aboutsummaryrefslogtreecommitdiff
path: root/devel/popt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r--devel/popt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile
index f9ac93bdc539..604b4b7a21f1 100644
--- a/devel/popt/Makefile
+++ b/devel/popt/Makefile
@@ -15,8 +15,8 @@ COMMENT= A getopt(3) like library with a number of enhancements, from Redhat
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--program-prefix=""
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack