diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:26:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:26:27 +0000 |
commit | 829bd975ce6cb69468560e95e62dd85ce197cd2f (patch) | |
tree | 2d3f08d1acf1e02e52d7b150cca0f526af571331 /irc | |
parent | d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b (diff) | |
download | ports-829bd975ce6cb69468560e95e62dd85ce197cd2f.tar.gz ports-829bd975ce6cb69468560e95e62dd85ce197cd2f.zip |
Notes
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 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 |