diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 15:39:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 15:39:01 +0000 |
commit | da947bc75fe38534e27e89858e3fd1da166975b8 (patch) | |
tree | e09e4a406a58a8603901f1ecd7e0ac775e291d6b /x11/gnome-libs | |
parent | af237e2e97ecbd00bb97bd2cd1a7198d164fcdf5 (diff) | |
download | ports-da947bc75fe38534e27e89858e3fd1da166975b8.tar.gz ports-da947bc75fe38534e27e89858e3fd1da166975b8.zip |
Allow japanese/gnomelibs to add LIB_DEPENDS:
-LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \
+LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \
Notes
Notes:
svn path=/head/; revision=47756
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 6416701c2ca7..c3dc0f4c7427 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-libs-${PORTVERSION} MAINTAINER?= gnome@FreeBSD.org BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ +LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \ ORBit.2:${PORTSDIR}/devel/ORBit RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper |