diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 22:18:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 22:18:52 +0800 |
commit | 1f2bcc859b35f56b70f6e35f54776a7f7113df62 (patch) | |
tree | 2a60f9a4a3d522cacdc00c57862509e4c0abb12c | |
parent | 3a80a7767dd75c09e7f1c4abf114160ba77fc9fd (diff) | |
download | freebsd-ports-gnome-1f2bcc859b35f56b70f6e35f54776a7f7113df62.tar.gz freebsd-ports-gnome-1f2bcc859b35f56b70f6e35f54776a7f7113df62.tar.zst freebsd-ports-gnome-1f2bcc859b35f56b70f6e35f54776a7f7113df62.zip |
Convert USES=gperf
-rw-r--r-- | textproc/libabw00/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libabw00/Makefile b/textproc/libabw00/Makefile index ca7d48d7cf88..2d874d462677 100644 --- a/textproc/libabw00/Makefile +++ b/textproc/libabw00/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd -USES= libtool pathfix pkgconfig tar:xz +USES= gperf libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes |