summaryrefslogtreecommitdiff
path: root/irc/bobot++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bobot++/Makefile')
-rw-r--r--irc/bobot++/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 30002e1fb571..9bf6dcea42b3 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -20,15 +20,14 @@ LICENSE_COMB= dual
OPTIONS= GUILE "Use Guile scripts" on
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
INFO= bobot++
PORTDOCS= *
PORTEXAMPLES= *
PLIST_FILES= bin/${PORTNAME}
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>