diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/bobot++/Makefile | |
parent | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (diff) |
Notes
Diffstat (limited to 'irc/bobot++/Makefile')
-rw-r--r-- | irc/bobot++/Makefile | 8 |
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} |