diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-09 20:20:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-09 20:20:01 +0000 |
commit | 5dec3bcce76c024dd26742602537c047f726cb9c (patch) | |
tree | d8f2029babc1f60567bab06730cb3323041f28ed /devel/gal/Makefile | |
parent | 3e8cc91b2251d829c5f9c7c9232b184ae59b1436 (diff) | |
download | pkgsrc-5dec3bcce76c024dd26742602537c047f726cb9c.tar.gz |
Update to 0.24: bugfixes, and move of the directories to a subdirectory
for better coexistence with gal20 and gal22.
Diffstat (limited to 'devel/gal/Makefile')
-rw-r--r-- | devel/gal/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index 1e8a2b527b5..00faea45346 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2004/11/30 18:26:39 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2005/02/09 20:20:01 wiz Exp $ -DISTNAME= gal-0.22 -PKGREVISION= 6 +DISTNAME= gal-0.24 CATEGORIES= gnome devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.22/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.24/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org @@ -11,10 +10,12 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Application Libraries (gal-1.0 API) USE_BUILDLINK3= YES +USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +PKGCONFIG_OVERRIDE= gal.pc.in INCOMPAT_ICONV= SunOS-*-* |