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 | |
parent | aaaf6642eb584d021d0c901674ff7eafe61d6bbe (diff) | |
download | ports-0e682dded4b509db7af4b33742b81f23f7f5df47.tar.gz ports-0e682dded4b509db7af4b33742b81f23f7f5df47.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ctrlproxy/Makefile | 2 | ||||
-rw-r--r-- | irc/srvx/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index d3e6e067d266..0c72b19b81c1 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -18,7 +18,7 @@ COMMENT= Flexible IRC proxy LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls -USE_GNOME= glib20 gnometarget +USE_GNOME= glib20 USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes 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 |