diff options
author | pat <pat@FreeBSD.org> | 2002-05-25 03:59:27 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-25 03:59:27 +0000 |
commit | 66a2568b3a12c02f9829693c745d1487688fafe4 (patch) | |
tree | e13e7892e750c1f264772b80fff1e672b1a46ae5 /lang/pnet | |
parent | 83e7ef5b47ba027a0a76b3c9a8aaa153e4f45bc7 (diff) | |
download | FreeBSD-ports-66a2568b3a12c02f9829693c745d1487688fafe4.zip FreeBSD-ports-66a2568b3a12c02f9829693c745d1487688fafe4.tar.gz |
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 ea53eb0..078d87f 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="" |