diff options
Diffstat (limited to 'textproc/libcroco/Makefile')
-rw-r--r-- | textproc/libcroco/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 3caad60910b1..435ed08660d6 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -6,20 +6,21 @@ # PORTNAME= libcroco -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 MAINTAINER= gnome@FreeBSD.org COMMENT= CSS2 parsing library USE_BZIP2= yes -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack pango libxml2 +CONFIGURE_ARGS= --enable-layeng=yes \ + --enable-seleng=yes MAN1= croco-config.1 csslint.1 |