diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-12 06:19:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-12 06:19:23 +0000 |
commit | a235fc28436b709445fad0e274e9ad3f95be2b65 (patch) | |
tree | 72e43fd984c10e6a84b49e940e94422828b4e8e6 /textproc/libcroco | |
parent | 53920f1f81a517a01bff6e7b3aab29102e2eac09 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=103731
Diffstat (limited to 'textproc/libcroco')
-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 b81c85ad0e31..455fe9d32929 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 e31491331716..3f34e17b566a 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 |