diff options
author | pat <pat@FreeBSD.org> | 2002-05-25 11:59:27 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-25 11:59:27 +0800 |
commit | 66a2568b3a12c02f9829693c745d1487688fafe4 (patch) | |
tree | e13e7892e750c1f264772b80fff1e672b1a46ae5 /lang/pnet | |
parent | 83e7ef5b47ba027a0a76b3c9a8aaa153e4f45bc7 (diff) | |
download | freebsd-ports-gnome-66a2568b3a12c02f9829693c745d1487688fafe4.tar.gz freebsd-ports-gnome-66a2568b3a12c02f9829693c745d1487688fafe4.tar.zst freebsd-ports-gnome-66a2568b3a12c02f9829693c745d1487688fafe4.zip |
Add missing dependency to fix build on bento
Noticed by: kris
Diffstat (limited to 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index ea53eb0d788d..078d87f04862 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ahze@rgv.net BUILD_DEPENDS= treecc-0.1.0:${PORTSDIR}/lang/treecc GNU_CONFIGURE= yes +USE_BISON= yes USE_GMAKE= yes CONFIGURE_ARGS= --program-prefix="" |