diff options
Diffstat (limited to 'textproc/libcroco/Makefile')
-rw-r--r-- | textproc/libcroco/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 28962b6fe53..afc030d67d8 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/05/07 01:14:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2004/09/21 16:50:21 jmmv Exp $ # -DISTNAME= libcroco-0.5.1 +DISTNAME= libcroco-0.6.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.5/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libcroco/0.6/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= libcroco.pc.in +PKGCONFIG_OVERRIDE+= libcroco-0.6.pc.in CONFIGURE_ARGS+= --enable-seleng=yes CONFIGURE_ARGS+= --enable-layeng=yes |