diff options
author | arved <arved@FreeBSD.org> | 2002-11-20 02:59:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-20 02:59:45 +0800 |
commit | cc7f6c8d931e1b06f77657acf8be0a9e9d268fe3 (patch) | |
tree | 7fab6a065c6b53c70e9445432f5270e99a30df5d | |
parent | 61358c531a2629462ed9f52ab87c898ad1347c23 (diff) | |
download | freebsd-ports-gnome-cc7f6c8d931e1b06f77657acf8be0a9e9d268fe3.tar.gz freebsd-ports-gnome-cc7f6c8d931e1b06f77657acf8be0a9e9d268fe3.tar.zst freebsd-ports-gnome-cc7f6c8d931e1b06f77657acf8be0a9e9d268fe3.zip |
This port uses bison.
Spotted by: bento
-rw-r--r-- | math/graphthing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 6ac16292e4b0..69a4b0c1a7c9 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -16,6 +16,7 @@ MAINTAINER= arved@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +USE_BISON= yes USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes |