aboutsummaryrefslogtreecommitdiff
path: root/irc/ircatlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircatlite/Makefile')
-rw-r--r--irc/ircatlite/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile
index 7ecec2bd0df5..1b15b963697c 100644
--- a/irc/ircatlite/Makefile
+++ b/irc/ircatlite/Makefile
@@ -13,22 +13,15 @@ DISTNAME= IRcatLite-r20000308
MAINTAINER= goto@snowy.to
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
+USE_GTK= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-gtk-config=gtk12-config
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
-MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
DOCS= LICENSE INSTALL INSTALL.jp README README.jp
WRKSRC= ${WRKDIR}/IRcatLite
-.include <bsd.port.pre.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat
.if !defined(NOPORTDOCS)
@@ -38,4 +31,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>