aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs-monikers
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs-monikers')
-rw-r--r--devel/gnome-vfs-monikers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs-monikers/Makefile b/devel/gnome-vfs-monikers/Makefile
index bd25b6d8e21b..ca0a19361a0c 100644
--- a/devel/gnome-vfs-monikers/Makefile
+++ b/devel/gnome-vfs-monikers/Makefile
@@ -17,7 +17,7 @@ COMMENT= Gnome-vfs monikers module
USE_GNOME= gnomevfs2 libbonobo
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>