summaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-04 05:26:27 +0000
committermarcus <marcus@FreeBSD.org>2004-02-04 05:26:27 +0000
commitd40b81abdbdc67bec9b0c76fd0cb31f05c3e8a68 (patch)
tree890de45aa123fc02bed0bc54db28237b8c620db8 /irc
parentef125b2d6b642aa4397d22b05b3dc0b30e322c23 (diff)
downloadFreeBSD-ports-d40b81abdbdc67bec9b0c76fd0cb31f05c3e8a68.zip
FreeBSD-ports-d40b81abdbdc67bec9b0c76fd0cb31f05c3e8a68.tar.gz
Set USE_GTK before bsd.port.pre.mk to fix make index.
Diffstat (limited to 'irc')
-rw-r--r--irc/ircatlite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile
index 6284d0c..6464fee 100644
--- a/irc/ircatlite/Makefile
+++ b/irc/ircatlite/Makefile
@@ -15,13 +15,14 @@ DISTNAME= IRcatLite-r20000308
MAINTAINER= goto@snowy.to
COMMENT= A GTK based 'Internet Relay Chat' Client
+USE_GTK= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
-USE_GTK= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
OpenPOWER on IntegriCloud