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 | 68f7df7c875c492fba1e86929d2fdace23647d5a (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /graphics/kphotoalbum | |
parent | 9980cd737bc03a96710775d700e1779ea1fef13c (diff) | |
download | pkgsrc-68f7df7c875c492fba1e86929d2fdace23647d5a.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'graphics/kphotoalbum')
-rw-r--r-- | graphics/kphotoalbum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |