diff options
author | adam <adam@pkgsrc.org> | 2005-10-25 11:31:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-25 11:31:55 +0000 |
commit | 92652f3e715772aacd2dc98890e45f5c1ba8498a (patch) | |
tree | 68dc0c8ada7fa4d7308fcbc43989f5e2d70c7631 /graphics | |
parent | d407f9bd857fa06411336a1fb0ce35aa4947b739 (diff) | |
download | pkgsrc-92652f3e715772aacd2dc98890e45f5c1ba8498a.tar.gz |
Fix buildling
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp24/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp24/PLIST | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index f15631c5cb3..83443d9f6a3 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/10/24 16:22:26 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/25 11:31:55 adam Exp $ DISTNAME= gimp-2.3.4 CATEGORIES= graphics @@ -21,7 +21,6 @@ USE_LIBTOOL= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config -USE_MSGFMT_PLURALS= yes PKG_SYSCONFSUBDIR= gimp/2.0 @@ -38,7 +37,6 @@ BUILDLINK_DEPENDS.lcms+= lcms>=1.12 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl -#CONFIGURE_ARGS+= --disable-print CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} diff --git a/graphics/gimp24/PLIST b/graphics/gimp24/PLIST index 24ec7c7804f..0b7ffccfb2b 100644 --- a/graphics/gimp24/PLIST +++ b/graphics/gimp24/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/21 17:31:58 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/10/25 11:31:55 adam Exp $ bin/gimp-2.3 bin/gimp-console-2.3 bin/gimp-remote-2.3 @@ -1859,6 +1859,11 @@ ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gimp20-script-fu.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gimp20-tips.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gimp20.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gimp20-libgimp.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gimp20-script-fu.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gimp20-tips.mo +${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gimp20.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gimp20-libgimp.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gimp20-script-fu.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo |