diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 05:26:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 05:26:27 +0000 |
commit | d40b81abdbdc67bec9b0c76fd0cb31f05c3e8a68 (patch) | |
tree | 890de45aa123fc02bed0bc54db28237b8c620db8 /irc | |
parent | ef125b2d6b642aa4397d22b05b3dc0b30e322c23 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |