diff options
author | markd <markd> | 2004-07-28 13:18:11 +0000 |
---|---|---|
committer | markd <markd> | 2004-07-28 13:18:11 +0000 |
commit | e0cfc047ce513c167bbc0c2b6971880100d0dde7 (patch) | |
tree | 62286089e4f5658c8fa18e09c9d3e482a092d3c4 /mail/kbiff | |
parent | 8e0b56408d48643740bd32292fe3a250a407f977 (diff) | |
download | pkgsrc-e0cfc047ce513c167bbc0c2b6971880100d0dde7.tar.gz |
USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes
Diffstat (limited to 'mail/kbiff')
-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" |