summaryrefslogtreecommitdiff
path: root/x11/gtk
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-07 03:15:54 +0000
committerjlam <jlam>2004-01-07 03:15:54 +0000
commite83ead65dd22bb941ac5dc0f7b7eaf30e56e93ba (patch)
tree8d771f3a562fc1cb4caf9781a759aae39ffebf79 /x11/gtk
parentb9fccc58e48d585a34034db7c05b773d9e5bc4c8 (diff)
downloadpkgsrc-e83ead65dd22bb941ac5dc0f7b7eaf30e56e93ba.tar.gz
Revert bl3ification until unbuildlink problems noted on tech-pkg@
"Re: graphics/gdk-pixbuf can't find <gdk/gdk.h> build problem" are fixed.
Diffstat (limited to 'x11/gtk')
-rw-r--r--x11/gtk/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index bfa06331fc7..a5e763e72ca 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2004/01/05 23:47:11 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2004/01/07 03:15:54 jlam Exp $
DISTNAME= gtk+-1.2.10
PKGREVISION= 5
@@ -11,10 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gtk.org/
COMMENT= The GIMP Toolkit - libraries for building X11 user interfaces
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK3= yes
+
+USE_BUILDLINK2= yes
USE_PERL5= build
USE_X11BASE= yes
USE_GMAKE= yes
@@ -67,8 +66,8 @@ pre-configure:
post-install:
${TEST} ${PREFIX} = ${LOCALBASE} || \
${LN} -fs ${PREFIX}/share/aclocal/gtk.m4 \
- ${LOCALBASE}/share/aclocal/gtk.m4
+ ${LOCALBASE}/share/aclocal/gtk.m4
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/glib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"