diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-19 05:15:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-19 05:15:56 +0800 |
commit | 8a352cf410361e0fe03d37e6be24bd104765eab0 (patch) | |
tree | 0cecf1c47a344f21f79ad1110822261971da129a /textproc | |
parent | b02738ec54a27aba7984d1c1d33a994e366442f1 (diff) | |
download | freebsd-ports-gnome-8a352cf410361e0fe03d37e6be24bd104765eab0.tar.gz freebsd-ports-gnome-8a352cf410361e0fe03d37e6be24bd104765eab0.tar.zst freebsd-ports-gnome-8a352cf410361e0fe03d37e6be24bd104765eab0.zip |
Add a missing dependency on libgnomeui.
Reported by: bento
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 |