diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 05:34:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 05:34:40 +0800 |
commit | 0c72a2c80067d92fc9e530ef8eeafbdfb84567ca (patch) | |
tree | 24c852b113c62c699bc38313a158a57825715406 /irc/bitchx | |
parent | 50d2e99f081c485d90c78dc36289ed5bcfc96aec (diff) | |
download | freebsd-ports-gnome-0c72a2c80067d92fc9e530ef8eeafbdfb84567ca.tar.gz freebsd-ports-gnome-0c72a2c80067d92fc9e530ef8eeafbdfb84567ca.tar.zst freebsd-ports-gnome-0c72a2c80067d92fc9e530ef8eeafbdfb84567ca.zip |
- Remove unnecessary WANT_GNOME
Pointed out by: bapt
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index d725991432da..922204d91720 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -14,7 +14,6 @@ COMMENT?= Feature-rich scriptable IRC client WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,} USE_PERL5= yes GNU_CONFIGURE= yes -WANT_GNOME= yes USE_GMAKE= yes CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ --bindir="${PREFIX}/bin" \ |