summaryrefslogtreecommitdiff
path: root/devel/libglade2/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-07 03:24:12 +0000
committerrh <rh@pkgsrc.org>2002-09-07 03:24:12 +0000
commit8402b03e3efb50a863f493d5061803b4d2f31ba9 (patch)
treef9df223abc361a5a5434ae13ff3b6a0c299f991a /devel/libglade2/Makefile
parent3d3d304c1a3d257dec68328fb645d4c4ba7d8cd5 (diff)
downloadpkgsrc-8402b03e3efb50a863f493d5061803b4d2f31ba9.tar.gz
Update libglade2 to 2.0.1. Provided in PR pkg/18188 by Julio Merino
<jmmv@hispabsd.org>. Changes are: - fix up search path for libglade modules. - various memory leak fixes (Kristian Rietveld). - now uses buildlink2
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r--devel/libglade2/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 0ef29ee3f65..8b4fcd63eb4 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/12 17:33:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/07 03:24:12 rh Exp $
#
-DISTNAME= libglade-2.0.0
-PKGNAME= libglade2-2.0.0
+DISTNAME= libglade-2.0.1
+PKGNAME= libglade2-2.0.1
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/libglade/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.1/sources/libglade/}
MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://www.daa.com.au/~james/gnome/
@@ -12,12 +12,12 @@ COMMENT= Runtime interpreter for GLADE gui files (v2)
BUILD_USES_MSGFMT= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-.include "../../textproc/libxml2/buildlink.mk"
-.include "../../x11/gtk2/buildlink.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"