diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-12 10:00:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-12 10:00:36 +0000 |
commit | e43635a55428875b8e01415a02689ab9e79972d0 (patch) | |
tree | b5bba53d67b53530b5788963827f5568eb5bbf6d /devel/bison175 | |
parent | aa7e297224af343c21c035a01428fd00ddb4fd83 (diff) | |
download | ports-e43635a55428875b8e01415a02689ab9e79972d0.tar.gz ports-e43635a55428875b8e01415a02689ab9e79972d0.zip |
Notes
Diffstat (limited to 'devel/bison175')
-rw-r--r-- | devel/bison175/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index ac70c15d1481..1ce99a8ec4e9 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -15,7 +15,12 @@ MASTER_SITE_SUBDIR= bison MAINTAINER= wghicks@bellsouth.net MAINTAINER= obrien@NUXI.com +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + MAN1= bison.1 post-install: |