diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:44:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:44:49 +0800 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/xchat-gnome/Makefile | |
parent | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (diff) | |
download | freebsd-ports-gnome-f30824b2efbe63d43d2f6c20532432b115efc294.tar.gz freebsd-ports-gnome-f30824b2efbe63d43d2f6c20532432b115efc294.tar.zst freebsd-ports-gnome-f30824b2efbe63d43d2f6c20532432b115efc294.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 72552e8c7ef0..97e51c2f16a0 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -32,6 +32,7 @@ MAN1= xchat-gnome.1 OPTIONS_DEFINE= DBUS IPV6 PYTHON PERL TCL OPTIONS_DEFAULT=DBUS IPV6 PERL +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDBUS} |