diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 15:27:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 15:27:05 +0000 |
commit | eb0cb8dbb50947f38f668e10978f9be451432aaa (patch) | |
tree | b23cea53a4e650eaf559ff4e4cd846ead51913e8 | |
parent | 651179570f6a162eadc30508f83f68c2b7a9bd1d (diff) | |
download | pkgsrc-eb0cb8dbb50947f38f668e10978f9be451432aaa.tar.gz |
Needs libtool handling.
-rw-r--r-- | graphics/digikamimageplugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/digikamimageplugins/Makefile b/graphics/digikamimageplugins/Makefile index ca832a636f9..f92ad989eef 100644 --- a/graphics/digikamimageplugins/Makefile +++ b/graphics/digikamimageplugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/21 15:27:05 joerg Exp $ DISTNAME= digikamimageplugins-0.8.1 PKGREVISION= 2 @@ -13,6 +13,7 @@ COMMENT= Plugins for Digikam's ImageEditor USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes MANCOMPRESSED= yes |