diff options
author | markd <markd@pkgsrc.org> | 2005-02-27 11:48:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-02-27 11:48:57 +0000 |
commit | 070cf77de5f8f6d7150dea3b966ea8814dd7c12a (patch) | |
tree | 21ec483047f478c860512d4ecd169576191fe9ee /graphics/kdegraphics3/Makefile | |
parent | bbe12f34ecf41a1101d1bb3eacb7a7b4599f046e (diff) | |
download | pkgsrc-070cf77de5f8f6d7150dea3b966ea8814dd7c12a.tar.gz |
Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.
Bump PKGREVISION.
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index e675282c41a..5945b4b1aeb 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,21 +1,17 @@ -# $NetBSD: Makefile,v 1.45 2005/01/20 12:36:58 markd Exp $ +# $NetBSD: Makefile,v 1.46 2005/02/27 11:48:57 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -#DEPENDS+= gPhoto2 -#DEPENDS+= gpio - USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 BUILDLINK_DEPENDS.lcms= lcms>=1.12 -CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio CONFIGURE_ARGS+= --with-imlib-config=${X11PREFIX}/bin # Ensure we export symbols in the linked shared object. @@ -23,6 +19,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../meta-pkgs/kde3/kde3.mk" .include "../../converters/fribidi/buildlink3.mk" +.include "../../devel/libgphoto2/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../graphics/glut/buildlink3.mk" .include "../../graphics/imlib/buildlink3.mk" |