svn commit: r423796 - in head: comms/uhd devel/libflatarray print/apsfilter
Mathieu Arnold
mat at FreeBSD.org
Tue Oct 11 20:56:40 UTC 2016
Author: mat
Date: Tue Oct 11 20:56:38 2016
New Revision: 423796
URL: https://svnweb.freebsd.org/changeset/ports/423796
Log:
Whatever you do, ${PORTSDIR} always creeps in depends.
Sponsored by: Absolight
Modified:
head/comms/uhd/Makefile (contents, props changed)
head/devel/libflatarray/Makefile (contents, props changed)
head/print/apsfilter/Makefile (contents, props changed)
Modified: head/comms/uhd/Makefile
==============================================================================
--- head/comms/uhd/Makefile Tue Oct 11 20:37:05 2016 (r423795)
+++ head/comms/uhd/Makefile Tue Oct 11 20:56:38 2016 (r423796)
@@ -17,12 +17,12 @@ GH_TAGNAME= 32951af2f3e7b1ddb56486c9
CONFLICTS= usrp-[0-9]*
-LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
-BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs \
- cheetah-analyze:${PORTSDIR}/devel/py-cheetah \
- rst2html:${PORTSDIR}/textproc/py-docutils \
- orcc:${PORTSDIR}/devel/orc \
- ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako
+LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
+ cheetah-analyze:devel/py-cheetah \
+ rst2html:textproc/py-docutils \
+ orcc:devel/orc \
+ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako
USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix python:2.7 pathfix
USE_LDCONFIG= yes
@@ -44,7 +44,7 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/do
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDOXYGEN}
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+BUILD_DEPENDS+= doxygen:devel/doxygen
CMAKE_ARGS+= -DENABLE_DOXYGEN:STRING="ON"
HAVEDOCS= YES
.endif
Modified: head/devel/libflatarray/Makefile
==============================================================================
--- head/devel/libflatarray/Makefile Tue Oct 11 20:37:05 2016 (r423795)
+++ head/devel/libflatarray/Makefile Tue Oct 11 20:56:38 2016 (r423796)
@@ -11,7 +11,7 @@ COMMENT= Struct of arrays library with o
LICENSE= BSL
-BUILD_DEPENDS= boost-libs>=1.48:${PORTSDIR}/devel/boost-libs
+BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs
USES= cmake:outsource
Modified: head/print/apsfilter/Makefile
==============================================================================
--- head/print/apsfilter/Makefile Tue Oct 11 20:37:05 2016 (r423795)
+++ head/print/apsfilter/Makefile Tue Oct 11 20:56:38 2016 (r423796)
@@ -82,9 +82,9 @@ PSUFX= -letter
PSUFX= -letterdj
.endif
.if !empty(PORT_OPTIONS:MHPIJS)
-RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs
+RUN_DEPENDS+= hpijs:print/hpijs
.elif !empty(PORT_OPTIONS:MHPLIP)
-RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hplip
+RUN_DEPENDS+= hpijs:print/hplip
.endif
_DEPENDS_ASCII= a2ps:print/a2ps \
More information about the svn-ports-all
mailing list