summaryrefslogtreecommitdiff
path: root/net-mgmt/mbrowse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/mbrowse/Makefile')
-rw-r--r--net-mgmt/mbrowse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile
index 4d8f2bb18b61..673bc578d267 100644
--- a/net-mgmt/mbrowse/Makefile
+++ b/net-mgmt/mbrowse/Makefile
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/mbrowse
USE_GNOME= gtk20
CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net
-CONFIGURE_ENV= LDFLAGS="`net-snmp-config --libs`" \
- CPPFLAGS="`net-snmp-config --cflags`"
+CPPFLAGS+= `net-snmp-config --cflags`
+LDFLAGS+= `net-snmp-config --libs`
.include <bsd.port.mk>