diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-18 21:15:56 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-18 21:15:56 +0000 |
commit | 8a352cf410361e0fe03d37e6be24bd104765eab0 (patch) | |
tree | 0cecf1c47a344f21f79ad1110822261971da129a | |
parent | b02738ec54a27aba7984d1c1d33a994e366442f1 (diff) | |
download | FreeBSD-ports-8a352cf410361e0fe03d37e6be24bd104765eab0.zip FreeBSD-ports-8a352cf410361e0fe03d37e6be24bd104765eab0.tar.gz |
Add a missing dependency on libgnomeui.
Reported by: bento
-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 435ed08..6a1a86c 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 |