summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"