diff options
author | sbd <sbd> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-09 21:44:27 +0000 |
commit | 9cbb889f32fbcb4f513c9f14f695e6527aa1319f (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /misc/basket | |
parent | ab832bbd96bf3ab69bbf70066b8d0ff79d2feb91 (diff) | |
download | pkgsrc-9cbb889f32fbcb4f513c9f14f695e6527aa1319f.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'misc/basket')
-rw-r--r-- | misc/basket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/basket/Makefile b/misc/basket/Makefile index 6859681f4f8..9b2cc851c0b 100644 --- a/misc/basket/Makefile +++ b/misc/basket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/02/06 12:40:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/02/09 21:44:28 sbd Exp $ DISTNAME= basket-1.0.2 PKGREVISION= 14 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake msgfmt pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +SET_LIBDIR= yes .include "../../security/gpgme/buildlink3.mk" .include "../../meta-pkgs/kde3/kde3.mk" |