diff options
author | seanc <seanc@FreeBSD.org> | 2003-02-10 12:48:24 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-02-10 12:48:24 +0800 |
commit | 8ca862580a2a6635da1687d257dcaa0f50ec04bd (patch) | |
tree | 54ce5191dfb57c24de60b7bf6294abb7a81991d4 /databases | |
parent | e4fd971438220cc8da321f2dfb451f99e402083e (diff) | |
download | freebsd-ports-gnome-8ca862580a2a6635da1687d257dcaa0f50ec04bd.tar.gz freebsd-ports-gnome-8ca862580a2a6635da1687d257dcaa0f50ec04bd.tar.zst freebsd-ports-gnome-8ca862580a2a6635da1687d257dcaa0f50ec04bd.zip |
Add a dependency on bison.
PR: ports/47987
Submitted by: David Booth <wbooth@austin.rr.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 135f9236373c..2d9ac5e05ecd 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -15,6 +15,7 @@ MAINTAINER?= seanc@FreeBSD.org DIST_SUBDIR= postgresql +USE_BISON= YES USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES |