diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-06 22:03:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-06 22:03:51 +0800 |
commit | 530b8e2cec93d249080bd2e74085efd399ce87c4 (patch) | |
tree | 481f6e2b9c7034310a53b9aa865a0a8e2eae788e /irc/ircproxy | |
parent | 3abb7fb338732098d2057ea0ddb16761e8954249 (diff) | |
download | freebsd-ports-gnome-530b8e2cec93d249080bd2e74085efd399ce87c4.tar.gz freebsd-ports-gnome-530b8e2cec93d249080bd2e74085efd399ce87c4.tar.zst freebsd-ports-gnome-530b8e2cec93d249080bd2e74085efd399ce87c4.zip |
- Stage support
Diffstat (limited to 'irc/ircproxy')
-rw-r--r-- | irc/ircproxy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index 2b09833078ee..e39dd99d9989 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -30,7 +30,6 @@ OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG MEMDEBUG_DESC= Enable memory debugging FDDEBUG_DESC= Enable file descriptor debugging -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} |