diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
commit | a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61 (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /mail/kbiff/Makefile | |
parent | df39ad16d9c39ded3f8fb71822bd0fa219846427 (diff) | |
download | pkgsrc-a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index b74907fd731..d59461b7642 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/02/06 12:40:50 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/02/09 21:44:28 sbd Exp $ DISTNAME= kbiff-3.9 PKGREVISION= 10 @@ -16,6 +16,7 @@ USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +SET_LIBDIR= yes SHLIBTOOL_OVERRIDE= # empty .include "../../meta-pkgs/kde3/kde3.mk" |