diff options
author | jkim <jkim@FreeBSD.org> | 2015-08-11 14:32:05 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-08-11 14:32:05 +0800 |
commit | 5f9e5111ffc3898bd4422a88ea6446b76c049532 (patch) | |
tree | b7775cd100bf1447e6b90121ba5fbee5055796b5 /textproc | |
parent | 3632efe5f61f7f541556749412fb977e4849bc11 (diff) | |
download | freebsd-ports-gnome-5f9e5111ffc3898bd4422a88ea6446b76c049532.tar.gz freebsd-ports-gnome-5f9e5111ffc3898bd4422a88ea6446b76c049532.tar.zst freebsd-ports-gnome-5f9e5111ffc3898bd4422a88ea6446b76c049532.zip |
Remove devel/gperf from BUILD_DEPENDS. It was never required.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libodfgen01/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile index 6f52d8a01b1b..3c220895e75c 100644 --- a/textproc/libodfgen01/Makefile +++ b/textproc/libodfgen01/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features gperf libtool pathfix pkgconfig tar:xz +USES= compiler:features libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip |