aboutsummaryrefslogtreecommitdiff
path: root/irc/bobot++
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bobot++')
-rw-r--r--irc/bobot++/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 8e3ddcff93b8..ab1c1012d90e 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: bobot++
-# Date created: Sep 7, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= bobotpp
PORTVERSION= 2.2.3
@@ -31,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME}
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUILE}