diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-12 10:12:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-12 10:12:45 +0000 |
commit | 0218f08c561ee126e7100ade01f034c519d291de (patch) | |
tree | 5acc5a1629ce721c4b647e260f7a3b7a97a0a231 | |
parent | e43635a55428875b8e01415a02689ab9e79972d0 (diff) |
Notes
-rw-r--r-- | devel/bison-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/bison/Makefile | 2 | ||||
-rw-r--r-- | devel/bison175/Makefile | 2 | ||||
-rw-r--r-- | devel/bison1875/Makefile | 2 | ||||
-rw-r--r-- | devel/bison2/Makefile | 2 | ||||
-rw-r--r-- | devel/bison20/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index 1ce99a8ec4e9..27bb047f98f6 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/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 diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 1ce99a8ec4e9..27bb047f98f6 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 diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index 1ce99a8ec4e9..27bb047f98f6 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/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 diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index 1ce99a8ec4e9..27bb047f98f6 100644 --- a/devel/bison1875/Makefile +++ b/devel/bison1875/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 diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index 1ce99a8ec4e9..27bb047f98f6 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/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 diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index 1ce99a8ec4e9..27bb047f98f6 100644 --- a/devel/bison20/Makefile +++ b/devel/bison20/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 |