diff options
author | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
commit | 69356e8ad6ff54954bd9f075d874587b19d79eed (patch) | |
tree | 62286089e4f5658c8fa18e09c9d3e482a092d3c4 /mail | |
parent | b7fd61048649d8e0ddd9b9c2d931c01572330e58 (diff) | |
download | pkgsrc-69356e8ad6ff54954bd9f075d874587b19d79eed.tar.gz |
USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 61256d122aa..5aa2e37146a 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/23 12:09:00 markd Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/28 13:18:11 markd Exp $ DISTNAME= kbiff-3.7 PKGREVISION= 1 @@ -13,7 +13,9 @@ COMMENT= A new mail notification utility for KDE USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes +SHLIBTOOL_OVERRIDE= libtool .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |