diff options
Diffstat (limited to 'devel/bison20/Makefile')
-rw-r--r-- | devel/bison20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index 1ce99a8..27bb047 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 |