summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 05:26:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 05:26:27 +0000
commit829bd975ce6cb69468560e95e62dd85ce197cd2f (patch)
tree2d3f08d1acf1e02e52d7b150cca0f526af571331 /irc
parentSet {WANT,USE}_GNOME correctly to make these ports compatible with the new (diff)
Set USE_GTK before bsd.port.pre.mk to fix make index.
Notes
Notes: svn path=/head/; revision=99922
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 6284d0c2d60c..6464fee6d09d 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