aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2008-11-29 01:18:32 +0800
committerume <ume@FreeBSD.org>2008-11-29 01:18:32 +0800
commit86d03c96d665df6105bf2e60b00b61bba35ea3f3 (patch)
tree8f058655d9c62d3f7d45fb3deb5d5927ab84aadf /accessibility
parentd6a987e439b33aa73582558f714cb96be026ae88 (diff)
downloadfreebsd-ports-gnome-86d03c96d665df6105bf2e60b00b61bba35ea3f3.tar.gz
freebsd-ports-gnome-86d03c96d665df6105bf2e60b00b61bba35ea3f3.tar.zst
freebsd-ports-gnome-86d03c96d665df6105bf2e60b00b61bba35ea3f3.zip
linux_base-(fc6|f7|f8) have glib2 by itself. Don't depend upon
linux-glib2 when OVERRIDE_LINUX_BASE_PORT is set to them.
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