diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 21:22:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 21:22:58 +0800 |
commit | 724f82e7f967ad79f24d90f465c5ae9d2602ecdb (patch) | |
tree | d1f00933a2a9e62b68ecafe909da08d8f064a2cf /devel | |
parent | 6d546da2d52f499b62a6abbae227f0d31bff9094 (diff) | |
download | freebsd-ports-gnome-724f82e7f967ad79f24d90f465c5ae9d2602ecdb.tar.gz freebsd-ports-gnome-724f82e7f967ad79f24d90f465c5ae9d2602ecdb.tar.zst freebsd-ports-gnome-724f82e7f967ad79f24d90f465c5ae9d2602ecdb.zip |
Switch to USES=libtool:build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libexplain/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile index e6e7e450039e..82addda15db6 100644 --- a/devel/libexplain/Makefile +++ b/devel/libexplain/Makefile @@ -16,15 +16,14 @@ LICENSE= LGPL3 BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= bison gettext gmake libtool +USES= bison gettext gmake libtool:build USE_GHOSTSCRIPT_BUILD= yes -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_linux_kd_h=no USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib PATCHLEVEL= D012 |