aboutsummaryrefslogtreecommitdiff
path: root/net/serveez/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/serveez/Makefile')
-rw-r--r--net/serveez/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index 78ba1391b8e4..c6cbc416cbbf 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -31,8 +31,8 @@ INSTALLS_SHLIB= yes
MAN1= serveez.1
-CPPFLAGS+= `${GUILE_CONFIG} compile`
-LDFLAGS+= `${GUILE_CONFIG} link`
+CPPFLAGS= `${GUILE_CONFIG} compile`
+LDFLAGS= `${GUILE_CONFIG} link`
.if !exists(/usr/include/getopt.h)
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt