summaryrefslogtreecommitdiff
path: root/graphics/py-gimp
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-05 02:26:41 +0000
committersnj <snj@pkgsrc.org>2004-05-05 02:26:41 +0000
commit52416161afe15bcde3f672a1de08396a0bd00ef7 (patch)
treebf1b8da3bc055953755670ddba3d61cdc87aa00c /graphics/py-gimp
parenta585cd4176323d2864c62dd779312d3c43402f40 (diff)
downloadpkgsrc-52416161afe15bcde3f672a1de08396a0bd00ef7.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/py-gimp')
-rw-r--r--graphics/py-gimp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile
index 9609da3d8af..8d7460ab15f 100644
--- a/graphics/py-gimp/Makefile
+++ b/graphics/py-gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/29 22:31:13 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/05 02:26:41 snj Exp $
#
DISTNAME= pygimp-1.2
@@ -14,7 +14,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
PYTHON_PATCH_SCRIPTS= plug-ins/clothify.py plug-ins/foggify.py
PYTHON_PATCH_SCRIPTS+= plug-ins/gimpcons.py plug-ins/gtkcons.py
@@ -30,6 +30,6 @@ post-install:
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
-.include "../../graphics/gimp1-base/buildlink2.mk"
-.include "../../x11/pygtk/buildlink2.mk"
+.include "../../graphics/gimp1-base/buildlink3.mk"
+.include "../../x11/pygtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"