summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2008-11-28 17:18:32 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2008-11-28 17:18:32 +0000
commitdd0ee54b31d9684ba5d1415acf187dd16bc53760 (patch)
tree7bcb7102f4ea69c064b30d517917f408626bdbc0 /accessibility
parentlinux_base-(fc6|f7|f8) have glib2 by itself. Don't depend upon (diff)
linux_base-(fc6|f7|f8) have glib2 by itself. Don't depend upon
linux-glib2 when OVERRIDE_LINUX_BASE_PORT is set to them.
Notes
Notes: svn path=/head/; revision=223498
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/linux-atk/Makefile5
-rw-r--r--accessibility/linux-f10-atk/Makefile5
-rw-r--r--accessibility/linux-f8-atk/Makefile5
3 files changed, 15 insertions, 0 deletions
diff --git a/accessibility/linux-atk/Makefile b/accessibility/linux-atk/Makefile
index 81861040563a..76997bb4f9aa 100644
--- a/accessibility/linux-atk/Makefile
+++ b/accessibility/linux-atk/Makefile
@@ -13,7 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Accessibility Toolkit, Linux/i386 binary
+.if !defined(OVERRIDE_LINUX_BASE_PORT) || \
+ (${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \
+ ${OVERRIDE_LINUX_BASE_PORT} != "f7" && \
+ ${OVERRIDE_LINUX_BASE_PORT} != "f8")
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2
+.endif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile
index 81861040563a..76997bb4f9aa 100644
--- a/accessibility/linux-f10-atk/Makefile
+++ b/accessibility/linux-f10-atk/Makefile
@@ -13,7 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Accessibility Toolkit, Linux/i386 binary
+.if !defined(OVERRIDE_LINUX_BASE_PORT) || \
+ (${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \
+ ${OVERRIDE_LINUX_BASE_PORT} != "f7" && \
+ ${OVERRIDE_LINUX_BASE_PORT} != "f8")
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2
+.endif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
diff --git a/accessibility/linux-f8-atk/Makefile b/accessibility/linux-f8-atk/Makefile
index 81861040563a..76997bb4f9aa 100644
--- a/accessibility/linux-f8-atk/Makefile
+++ b/accessibility/linux-f8-atk/Makefile
@@ -13,7 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Accessibility Toolkit, Linux/i386 binary
+.if !defined(OVERRIDE_LINUX_BASE_PORT) || \
+ (${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \
+ ${OVERRIDE_LINUX_BASE_PORT} != "f7" && \
+ ${OVERRIDE_LINUX_BASE_PORT} != "f8")
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2
+.endif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes