summaryrefslogtreecommitdiff
path: root/irc/libircclient
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:44:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:44:49 +0000
commitf30824b2efbe63d43d2f6c20532432b115efc294 (patch)
tree9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/libircclient
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
Diffstat (limited to 'irc/libircclient')
-rw-r--r--irc/libircclient/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/libircclient/Makefile b/irc/libircclient/Makefile
index b422b0d379ca..ccdf30e9e7f1 100644
--- a/irc/libircclient/Makefile
+++ b/irc/libircclient/Makefile
@@ -15,6 +15,7 @@ OPTIONS_DEFAULT= OPENSSL
BUILD_WRKSRC= ${WRKSRC}/src
GNU_CONFIGURE= yes
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}