diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-11 00:26:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-11 00:26:45 +0000 |
commit | d3be16544f79d82687de9f630b90a7fa9d132982 (patch) | |
tree | 9cfaae4ddcf84c3cf110ca570a788e6459d77404 /chat/irssi | |
parent | 89babc67ceb6e1c0c4ef8287ac0d2d6470e7a75f (diff) | |
download | pkgsrc-d3be16544f79d82687de9f630b90a7fa9d132982.tar.gz |
Override libtool.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 1bcd9a55399..af0b4cbdf6e 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/12/11 00:21:53 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/11 00:26:45 minskim Exp $ DISTNAME= ${IRSSI_DISTNAME} PKGREVISION= 2 @@ -17,6 +17,7 @@ BUILD_DEFS+= USE_INET6 IRSSI_USE_PERL IRSSI_USE_SSL GNU_CONFIGURE= yes USE_BUILDLINK3= yes +USE_LIBTOOL= yes USE_PKGINSTALL= yes CONFIGURE_ARGS+= --with-terminfo \ |