diff options
author | rh <rh> | 2002-03-22 23:50:54 +0000 |
---|---|---|
committer | rh <rh> | 2002-03-22 23:50:54 +0000 |
commit | 0e79aa7a837808247758cdaa9949a58b4246e612 (patch) | |
tree | 3dbe8478b2933116684dd5c7f26dcc9610d6364b /devel/anjuta/Makefile | |
parent | 7e3e633e417ec74693d1574e778fceecd6d9f8ee (diff) | |
download | pkgsrc-0e79aa7a837808247758cdaa9949a58b4246e612.tar.gz |
Replace some spaces with tabs in the Makefile.
Set LOCALSTATEDIR to ${X11PREFIX}/var/gnome to prevent the package from
installing scrollkeeper files where they don't belong. Another step in
the continuing uphill struggle to close PR pkg/13057.
Bump package revision to nb1.
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r-- | devel/anjuta/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 0251cbe0bd5..d83daee4176 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/22 14:17:47 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/22 23:50:54 rh Exp $ # -DISTNAME= anjuta-0.1.9 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/} +DISTNAME= anjuta-0.1.9 +PKGREVISION= 1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/} -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://anjuta.sourceforge.net -COMMENT= Gnome based IDE for C and C++ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://anjuta.sourceforge.net +COMMENT= Gnome based IDE for C and C++ DEPENDS+= pkgconfig>=0.8.0:../../devel/pkgconfig DEPENDS+= scrollkeeper>=0.2:../../textproc/scrollkeeper @@ -20,7 +21,7 @@ USE_GMAKE= YES USE_LIBTOOL= YES CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} -LOCALSTATEDIR= /var/gnome +LOCALSTATEDIR= ${X11PREFIX}/var/gnome .include "../../devel/gettext-lib/buildlink.mk" .include "../../sysutils/gnome-vfs/buildlink.mk" |