diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-19 13:04:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-19 13:04:30 +0000 |
commit | 334eb0fc61312986b1d9f56b24c7518920f81462 (patch) | |
tree | eba3c1f7e94497327507881e3b0eb623013d377e /irc | |
parent | af5cd17df996051954e3a13bcaba16d71c593585 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/charybdis/Makefile | 2 | ||||
-rw-r--r-- | irc/smartirc4net/Makefile | 2 | ||||
-rw-r--r-- | irc/xaric/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index b2925ff26873..1220563ccb8f 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -29,7 +29,7 @@ PORTDOCS= charybdis-oper-guide.pdf USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf -USE_GNOME= gnomehack +USES= pathfix USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes USERS= ircd diff --git a/irc/smartirc4net/Makefile b/irc/smartirc4net/Makefile index 50c178fb6764..2c0d0beaad5e 100644 --- a/irc/smartirc4net/Makefile +++ b/irc/smartirc4net/Makefile @@ -19,6 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_PKGCONFIG= build USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix .include <bsd.port.mk> diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile index b09fd1edbb5c..88c1d3029690 100644 --- a/irc/xaric/Makefile +++ b/irc/xaric/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://xaric.org/software/xaric/releases/ MAINTAINER= sylvio@FreeBSD.org COMMENT= IRC Client similer to BitchX or ircII -USE_GNOME= gnomehack +USES= pathfix USE_GMAKE= yes GNU_CONFIGURE= yes |