diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 16:02:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 16:02:52 +0000 |
commit | 3d8a10b50aae62be7d1abcfb82662e62cfbf5c54 (patch) | |
tree | 3d18386e9ac4a7b08829e0cdde4d8af51f040d90 /x11/gnomelibs | |
parent | a7894efe102d606ac73e36e68eeaaadbb182f499 (diff) | |
download | ports-3d8a10b50aae62be7d1abcfb82662e62cfbf5c54.tar.gz ports-3d8a10b50aae62be7d1abcfb82662e62cfbf5c54.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.
Notes
Notes:
svn path=/head/; revision=43356
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 21468c506ea3..e5ec38b8c552 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/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 |