diff options
author | markd <markd@pkgsrc.org> | 2005-02-09 11:43:50 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-02-09 11:43:50 +0000 |
commit | fb6a62e61d7b75bd033f7c6e71a66c734bc5284c (patch) | |
tree | e0a0347a061f5cb2cdb1c79283301874e0550157 /graphics | |
parent | af5e79ba191169b127539b21872b578d16ba833d (diff) | |
download | pkgsrc-fb6a62e61d7b75bd033f7c6e71a66c734bc5284c.tar.gz |
Maintainer update in PR pkg/29260 to enable kipi (KDE Image Plugin
Interface). Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gwenview/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 242d4a60b9b..a697c7115ed 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/01/11 13:16:25 markd Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/09 11:43:50 markd Exp $ # DISTNAME= gwenview-1.1.8 +PKGREVISION= 1 CATEGORIES= kde graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/} EXTRACT_SUFX= .tar.bz2 @@ -16,8 +17,12 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES +# Enable kipi (KDE Image Plugin Interface) +CONFIGURE_ARGS+= --enable-kipi + SHLIBTOOL_OVERRIDE= libtool .include "../../meta-pkgs/kde3/kde3.mk" +.include "../../graphics/libkipi/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |