diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-12 10:00:36 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-12 10:00:36 +0000 |
commit | f0a35e78ab8178003273f8f94557026b81efc8ba (patch) | |
tree | 7ef3ec6660aae421078ffb9c01d6611d01773055 /devel/bison1875 | |
parent | 361ed2e054bb266c8af16d73664d7541eb8bcd4b (diff) | |
download | FreeBSD-ports-f0a35e78ab8178003273f8f94557026b81efc8ba.zip FreeBSD-ports-f0a35e78ab8178003273f8f94557026b81efc8ba.tar.gz |
Use installed libintl instead of the port's own version.
Diffstat (limited to 'devel/bison1875')
-rw-r--r-- | devel/bison1875/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index ac70c15..1ce99a8 100644 --- a/devel/bison1875/Makefile +++ b/devel/bison1875/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: |