summaryrefslogtreecommitdiff
path: root/chat/irssi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/irssi/Makefile')
-rw-r--r--chat/irssi/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index da00b014fa6..2d8337384df 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 16:14:09 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/30 10:13:54 wiz Exp $
DISTNAME= irssi-0.7.98.4
CATEGORIES= chat
@@ -8,15 +8,19 @@ MAINTAINER= mutru@nallukka.net
HOMEPAGE= http://www.irssi.org/
COMMENT= Secure and modular IRC client with text mode user interface
-DEPENDS+= glib>=1.2:../../devel/glib
-DEPENDS+= ncurses>=5.0:../../devel/ncurses
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-perl=no
+USE_BUILDLINK_ONLY= yes
+USE_CONFIG_WRAPPER= yes
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+= --enable-ipv6
.endif
+
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/glib/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"