aboutsummaryrefslogtreecommitdiff
path: root/misc/gnome-icon-theme-extras/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnome-icon-theme-extras/Makefile')
-rw-r--r--misc/gnome-icon-theme-extras/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile
index 95e7f63f08ed..edce4e7ed480 100644
--- a/misc/gnome-icon-theme-extras/Makefile
+++ b/misc/gnome-icon-theme-extras/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack intlhack gtk20
INSTALLS_ICONS= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>