diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 19:20:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 19:20:17 +0000 |
commit | 0e682dded4b509db7af4b33742b81f23f7f5df47 (patch) | |
tree | 97c412cf2e94b2420ff5f5bb466589d4954046b0 /irc/srvx | |
parent | Update to 0.1.9. (diff) |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=279506
Diffstat (limited to 'irc/srvx')
-rw-r--r-- | irc/srvx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index 54741e2ac579..2af995a39777 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -16,7 +16,6 @@ COMMENT= A set of services for ircu P10 protocol networks OPTIONS= PROTOCOL_BAHAMUT "Enables Bahamut protocol (P10 is default)" "on" \ DEBUG "Enables debug mode" "off" -USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-getopt |