diff options
Diffstat (limited to 'misc/gnuls/Makefile')
-rw-r--r-- | misc/gnuls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index e4b62fe99d98..bd55df39d71e 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -16,8 +16,9 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 +CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib USES= gmake perl5 USE_LDCONFIG= yes |