summaryrefslogtreecommitdiff
path: root/devel/gnome-build
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-20 15:38:42 +0000
committerwiz <wiz>2007-05-20 15:38:42 +0000
commit7cc4b107c8bc218063e3e0588a10b406895f4766 (patch)
tree4791ea2cf8caa36ea183d02032b85a3b911c2ed5 /devel/gnome-build
parentbf545e2037db3d7176747fd5052ee5ebe5bc7a7e (diff)
downloadpkgsrc-7cc4b107c8bc218063e3e0588a10b406895f4766.tar.gz
Remove gal dependency. Bump PKGREVISION.
gal is a part of gnome 1, but gnome-build is only used by anjuta, a gnome 2 application. Also, only the included documentation still refers to gal, the configure script doesn't even check for it.
Diffstat (limited to 'devel/gnome-build')
-rw-r--r--devel/gnome-build/Makefile22
1 files changed, 9 insertions, 13 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile
index b883dc35818..e666e62fce2 100644
--- a/devel/gnome-build/Makefile
+++ b/devel/gnome-build/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/02/02 01:15:57 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/05/20 15:38:42 wiz Exp $
#
DISTNAME= gnome-build-0.1.3
+PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-build/0.1/}
EXTRACT_SUFX= .tar.bz2
@@ -10,15 +11,6 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/devtools/
COMMENT= Project management components for GNOME development
-BL3_DEPENDS+= devel/gal
-BL3_DEPENDS+= devel/gdl
-BL3_DEPENDS+= devel/libbonobo
-BL3_DEPENDS+= devel/libgnome
-BL3_DEPENDS+= devel/libgnomeui
-BL3_DEPENDS+= devel/oaf
-BL3_DEPENDS+= devel/pango
-BL3_DEPENDS+= x11/gtk2
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl:run intltool msgfmt
@@ -28,7 +20,11 @@ PKGCONFIG_OVERRIDE+= gnome-build-1.0.pc.in
REPLACE_PERL+= src/backends/libgbf_am/gbf-am-parse.in
REPLACE_PERL+= src/backends/libgbf_mkfile/gbf-mkfile-parse.in
-.for d in ${BL3_DEPENDS}
-. include "../../${d}/buildlink3.mk"
-.endfor
+.include "../../devel/gdl/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/oaf/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"