From d40b81abdbdc67bec9b0c76fd0cb31f05c3e8a68 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 4 Feb 2004 05:26:27 +0000 Subject: Set USE_GTK before bsd.port.pre.mk to fix make index. --- irc/ircatlite/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'irc') 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 .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif -USE_GTK= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes -- cgit v1.1