diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-12 10:12:45 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-12 10:12:45 +0000 |
commit | 75f9e172b53e6f1673a6ed669a8e32574b24267c (patch) | |
tree | e701baa8c221592188ff6ff02e9b3201a3482631 /devel/bison | |
parent | f0a35e78ab8178003273f8f94557026b81efc8ba (diff) | |
download | FreeBSD-ports-75f9e172b53e6f1673a6ed669a8e32574b24267c.zip FreeBSD-ports-75f9e172b53e6f1673a6ed669a8e32574b24267c.tar.gz |
Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't
bother to do it.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 |