diff options
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 b2925ff2687..1220563ccb8 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 50c178fb676..2c0d0beaad5 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 b09fd1edbb5..88c1d302969 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 |