diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 14:12:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 14:12:52 +0000 |
commit | f7981209ebed21199fa7c9c96f36683f46831ed7 (patch) | |
tree | 1e365343265f62e7f4fc63f432378f1c261eb1a8 | |
parent | e962548a4c14b2e8b6ebce05c441cafc8e744466 (diff) | |
download | freebsd-ports-f7981209ebed21199fa7c9c96f36683f46831ed7.zip |
Switch to USES=libtool:build
-rw-r--r-- | devel/srecord/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index f1a98a3a8972..b282d81f4ed5 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -11,11 +11,10 @@ MAINTAINER= brooks@FreeBSD.org COMMENT= Collection of powerful tools for manipulating EPROM load files BUILD_DEPENDS= ps2pdf:${PORTSDIR}/print/ghostscript9 \ - ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ - libtool:${PORTSDIR}/devel/libtool + ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= libtool +USES= libtool:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |