diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 00:02:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 00:02:52 +0800 |
commit | 1af568aa8eebf3f1b2f1993a341de144d494460c (patch) | |
tree | 360eb61703f707ef4a7e775d66afaa6081c842e8 /x11/gnome-libs | |
parent | b3b23806ceb81285b867fd1a5c038b75a42d7ff7 (diff) | |
download | freebsd-ports-gnome-1af568aa8eebf3f1b2f1993a341de144d494460c.tar.gz freebsd-ports-gnome-1af568aa8eebf3f1b2f1993a341de144d494460c.tar.zst freebsd-ports-gnome-1af568aa8eebf3f1b2f1993a341de144d494460c.zip |
Add textproc/libxml as an explicit dependency, as well as the implicit
dependency through textproc/scrollkeeper. Something strange is going on
here, and this is a reasonable temporary fix.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 21468c506ea3..e5ec38b8c552 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs @@ -16,7 +16,8 @@ DISTNAME= gnome-libs-${PORTVERSION} MAINTAINER?= gnome@FreeBSD.org BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ + ORBit.2:${PORTSDIR}/devel/ORBit RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes |