diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 23:39:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 23:39:01 +0800 |
commit | f4cf9848616ad659a7ebbe2b706f0083e8d46464 (patch) | |
tree | 6d871885e2306458219aa20a2c3ededa71060642 /x11 | |
parent | a2ad934223dadec26fc99c597065f4510a769fe3 (diff) | |
download | freebsd-ports-gnome-f4cf9848616ad659a7ebbe2b706f0083e8d46464.tar.gz freebsd-ports-gnome-f4cf9848616ad659a7ebbe2b706f0083e8d46464.tar.zst freebsd-ports-gnome-f4cf9848616ad659a7ebbe2b706f0083e8d46464.zip |
Allow japanese/gnomelibs to add LIB_DEPENDS:
-LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \
+LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 6416701c2ca7..c3dc0f4c7427 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/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 diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 6416701c2ca7..c3dc0f4c7427 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/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 |