aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gbib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gbib/Makefile')
-rw-r--r--databases/gbib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile
index aa2c0de57b2a..c9162c0737ca 100644
--- a/databases/gbib/Makefile
+++ b/databases/gbib/Makefile
@@ -20,8 +20,8 @@ USE_GNOME= gnomelibs
USE_GMAKE= yes
USE_GETTEXT= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -lintl
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"