summaryrefslogtreecommitdiff
path: root/x11/gtksourceview2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtksourceview2/Makefile')
-rw-r--r--x11/gtksourceview2/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11/gtksourceview2/Makefile b/x11/gtksourceview2/Makefile
index ad2118640aa..bf8713a19d3 100644
--- a/x11/gtksourceview2/Makefile
+++ b/x11/gtksourceview2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2007/11/29 20:27:27 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2008/02/20 11:23:41 xtraeme Exp $
#
-DISTNAME= gtksourceview-2.0.2
-PKGNAME= gtksourceview2-2.0.2
+DISTNAME= gtksourceview-${DISTVER}
+PKGNAME= gtksourceview2-${DISTVER}
+#PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.0/}
EXTRACT_SUFX= .tar.bz2
@@ -16,13 +17,16 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
-PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in
+PKGCONFIG_OVERRIDE= gtksourceview-1.0.pc.in
CONFIGURE_ARGS+= --disable-build-tests
+DISTVER= 2.0.2
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
+.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"