summaryrefslogtreecommitdiff
path: root/misc/misterproper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/misterproper/Makefile')
-rw-r--r--misc/misterproper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile
index 4d542cad1511..f63b7f9b6eb9 100644
--- a/misc/misterproper/Makefile
+++ b/misc/misterproper/Makefile
@@ -18,7 +18,7 @@ COMMENT= A GNOME application designed to manage cyclic tasks
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>