diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-18 21:15:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-18 21:15:56 +0000 |
commit | da018e9eb4a701195ec76ad20077bb1d4f57982a (patch) | |
tree | 8407a253f1a1fd02e82a4b9ba774e6c3d9fe1f33 /textproc | |
parent | b2874ac4901556dceb9b4fa3915e6a1d7b6d26e5 (diff) | |
download | ports-da018e9eb4a701195ec76ad20077bb1d4f57982a.tar.gz ports-da018e9eb4a701195ec76ad20077bb1d4f57982a.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libcroco/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 435ed08660d6..6a1a86c7dace 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -7,6 +7,7 @@ PORTNAME= libcroco PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 @@ -18,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pango libxml2 +USE_GNOME= gnomehack libgnomeui CONFIGURE_ARGS= --enable-layeng=yes \ --enable-seleng=yes |