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 /graphics | |
parent | ab832bbd96bf3ab69bbf70066b8d0ff79d2feb91 (diff) | |
download | pkgsrc-9cbb889f32fbcb4f513c9f14f695e6527aa1319f.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-doc-kde3/Makefile | 3 | ||||
-rw-r--r-- | graphics/gwenview/Makefile | 3 | ||||
-rw-r--r-- | graphics/kbarcode/Makefile | 3 | ||||
-rw-r--r-- | graphics/kphotoalbum/Makefile | 3 | ||||
-rw-r--r-- | graphics/libkexif/Makefile | 3 | ||||
-rw-r--r-- | graphics/libkexiv2/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/graphics/digikam-doc-kde3/Makefile b/graphics/digikam-doc-kde3/Makefile index a5f09ea55be..e19fba8a843 100644 --- a/graphics/digikam-doc-kde3/Makefile +++ b/graphics/digikam-doc-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/02/06 12:40:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/02/09 21:44:27 sbd Exp $ DISTNAME= digikam-doc-0.9.5 PKGREVISION= 10 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +SET_LIBDIR= yes .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 7ee3cc8ee9b..0ab5525ceae 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2012/02/06 12:40:26 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2012/02/09 21:44:28 sbd Exp $ # DISTNAME= gwenview-1.4.2 @@ -18,6 +18,7 @@ USE_TOOLS+= gmake pkg-config msgfmt perl USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES +SET_LIBDIR= YES # Enable kipi (KDE Image Plugin Interface) CONFIGURE_ARGS+= --enable-kipi diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile index d903ac1d5ea..1083e52c483 100644 --- a/graphics/kbarcode/Makefile +++ b/graphics/kbarcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/02/06 12:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2012/02/09 21:44:28 sbd Exp $ DISTNAME= kbarcode-2.0.7 PKGREVISION= 11 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake gs:run perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +SET_LIBDIR= yes DEPENDS+= barcode-[0-9]*:../../graphics/barcode diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index e51b0453ab6..446704a5631 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/02/06 12:40:28 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2012/02/09 21:44:28 sbd Exp $ # DISTNAME= kphotoalbum-3.1.1 @@ -18,6 +18,7 @@ CONFLICTS+= kimdaba-* USE_LIBTOOL= yes USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= msgfmt pkg-config .include "../../meta-pkgs/kde3/kde3.mk" diff --git a/graphics/libkexif/Makefile b/graphics/libkexif/Makefile index 60c7630d1f3..84e710d880f 100644 --- a/graphics/libkexif/Makefile +++ b/graphics/libkexif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/02/06 12:40:29 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2012/02/09 21:44:28 sbd Exp $ DISTNAME= libkexif-0.2.5 PKGREVISION= 15 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake pkg-config msgfmt USE_LANGUAGES= c c++ GNU_CONFIGURE= YES +SET_LIBDIR= YES USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= # empty diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile index 9aff5d53057..1dca97882e4 100644 --- a/graphics/libkexiv2/Makefile +++ b/graphics/libkexiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/02/06 12:40:30 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/02/09 21:44:28 sbd Exp $ # DISTNAME= libkexiv2-0.1.9 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes |