diff options
Diffstat (limited to 'devel/libhid/Makefile')
-rw-r--r-- | devel/libhid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile index c81261841553..4db39f3a5a71 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/ MAINTAINER= ntarmos@cs.uoi.gr COMMENT= User-space HID access library written in C -BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ - docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ - ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:textproc/libxslt \ + docbook-xsl>0:textproc/docbook-xsl \ + ${LOCALBASE}/bin/swig1.3:devel/swig13 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-doxygen --disable-werror |