aboutsummaryrefslogtreecommitdiff
path: root/graphics/libdrm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libdrm/Makefile')
-rw-r--r--graphics/libdrm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index e39ac9afc7ed..a5d6fe96e8f5 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://dri.freedesktop.org/libdrm/
MAINTAINER= x11@FreeBSD.org
COMMENT= Userspace interface to kernel Direct Rendering Module services
-LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess \
- libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs
+LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
+ libpthread-stubs.so:devel/libpthread-stubs
USES= libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
@@ -38,7 +38,7 @@ PLIST_SUB+= KMS="@comment " NOUVEAU="@comment "
.endif
.if ${PORT_OPTIONS:MMANPAGES}
-BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
+BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl
USE_GNOME+= libxslt:build
PLIST_SUB+= MAN=""
.else