diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-01 01:53:52 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-01 01:53:52 +0800 |
commit | a71b5042c2c22050a9a1ad85d0d5854dc72bfdfc (patch) | |
tree | 401440bb32a30aab63a1c8808d3ce4f48c2669bc /deskutils/tpb | |
parent | 1079688d79d846ccf8cff0efedb861a807aecb3b (diff) | |
download | freebsd-ports-gnome-a71b5042c2c22050a9a1ad85d0d5854dc72bfdfc.tar.gz freebsd-ports-gnome-a71b5042c2c22050a9a1ad85d0d5854dc72bfdfc.tar.zst freebsd-ports-gnome-a71b5042c2c22050a9a1ad85d0d5854dc72bfdfc.zip |
Remove build dependency on bison it is not needed
tested on FreeSD 9 and 10
Diffstat (limited to 'deskutils/tpb')
-rw-r--r-- | deskutils/tpb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index 8ed522223932..5ce6db6db63a 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -19,7 +19,7 @@ OPTIONS_SUB= yes ONLY_FOR_ARCHS= i386 amd64 -USES= bison gmake iconv pkgconfig +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} |