diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /misc/gnuls/Makefile | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
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 |