diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-17 22:12:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-17 22:12:52 +0800 |
commit | 9ebb149d17dd60b8a11d4bd807f6f8def0fb0232 (patch) | |
tree | 1e365343265f62e7f4fc63f432378f1c261eb1a8 /devel | |
parent | fb8d7213d1765a2bc4af2b640a4ee8aa92db1b57 (diff) | |
download | freebsd-ports-gnome-9ebb149d17dd60b8a11d4bd807f6f8def0fb0232.tar.gz freebsd-ports-gnome-9ebb149d17dd60b8a11d4bd807f6f8def0fb0232.tar.zst freebsd-ports-gnome-9ebb149d17dd60b8a11d4bd807f6f8def0fb0232.zip |
Switch to USES=libtool:build
Diffstat (limited to 'devel')
-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 |