summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-30 10:13:54 +0000
committerwiz <wiz>2001-09-30 10:13:54 +0000
commitb6f39aff33a2ce9ec001c96584c936c8dc38e6c1 (patch)
treea621365cc4b4f6ed9c7b45873fc5a9dc4e37ccf2 /chat
parente807612b616047624242cf3795b6c136dbc7b5d6 (diff)
downloadpkgsrc-b6f39aff33a2ce9ec001c96584c936c8dc38e6c1.tar.gz
Buildlinkify (strongly).
Diffstat (limited to 'chat')
-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"