diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-25 03:59:27 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-25 03:59:27 +0000 |
commit | 800cb21b9e38982f758b5b5e68b5dc9c548ca33b (patch) | |
tree | 7cfe351f252100670b05264d9cd5d79fa90700bb /lang/pnet/Makefile | |
parent | Update to 1.1.5 (diff) |
Add missing dependency to fix build on bento
Noticed by: kris
Diffstat (limited to 'lang/pnet/Makefile')
-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="" |