diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-12 14:19:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-12 14:19:23 +0800 |
commit | 319a110d0ae4ae70b24b0baeeeab7acdd170f5d4 (patch) | |
tree | f40b6a2b10183fad40c8fe6d8b63ddc9a11267ac /textproc | |
parent | d00d312fef79a7b163b0073e2f5110646b50ae9d (diff) | |
download | freebsd-ports-graphics-319a110d0ae4ae70b24b0baeeeab7acdd170f5d4.tar.gz freebsd-ports-graphics-319a110d0ae4ae70b24b0baeeeab7acdd170f5d4.tar.zst freebsd-ports-graphics-319a110d0ae4ae70b24b0baeeeab7acdd170f5d4.zip |
Disable the selection and layout engines as they are not done yet, and
disabled by default. They might be brought back in at some point once they
are completed, either in this port or a slave port.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libcroco/Makefile | 6 | ||||
-rw-r--r-- | textproc/libcroco/pkg-plist | 14 |
2 files changed, 2 insertions, 18 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index b81c85ad0e3..455fe9d3292 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -7,7 +7,7 @@ PORTNAME= libcroco PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 @@ -19,9 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack libgnomeui -CONFIGURE_ARGS= --enable-layeng=yes \ - --enable-seleng=yes +USE_GNOME= gnomehack gtk20 libxml2 MAN1= croco-config.1 csslint.1 diff --git a/textproc/libcroco/pkg-plist b/textproc/libcroco/pkg-plist index e3149133171..3f34e17b566 100644 --- a/textproc/libcroco/pkg-plist +++ b/textproc/libcroco/pkg-plist @@ -1,8 +1,5 @@ bin/croco-config bin/csslint -include/libcroco/layeng/cr-box-view.h -include/libcroco/layeng/cr-box.h -include/libcroco/layeng/cr-lay-eng.h include/libcroco/libcroco.h include/libcroco/parser/cr-additional-sel.h include/libcroco/parser/cr-attr-sel.h @@ -25,20 +22,9 @@ include/libcroco/parser/cr-tknzr.h include/libcroco/parser/cr-token.h include/libcroco/parser/cr-utils.h include/libcroco/parser/libcroco-config.h -include/libcroco/seleng/cr-fonts.h -include/libcroco/seleng/cr-sel-eng.h -include/libcroco/seleng/cr-style.h -lib/libcrlayeng.a -lib/libcrlayeng.so -lib/libcrlayeng.so.2 lib/libcroco.a lib/libcroco.so lib/libcroco.so.1 -lib/libcrseleng.a -lib/libcrseleng.so -lib/libcrseleng.so.2 libdata/pkgconfig/libcroco.pc -@dirrm include/libcroco/seleng @dirrm include/libcroco/parser -@dirrm include/libcroco/layeng @dirrm include/libcroco |