diff options
author | bsam <bsam@FreeBSD.org> | 2009-01-22 00:17:47 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-01-22 00:17:47 +0800 |
commit | 782c24489b49e3b8858bba8588afaa36da6dc29c (patch) | |
tree | 69e2a8ad4d1e01eaeee2db8ff2d8e9a73a196547 /accessibility/linux-f10-atk | |
parent | 1ea60451aabfbbc481e83b496925df0c809824c5 (diff) | |
download | freebsd-ports-gnome-782c24489b49e3b8858bba8588afaa36da6dc29c.tar.gz freebsd-ports-gnome-782c24489b49e3b8858bba8588afaa36da6dc29c.tar.zst freebsd-ports-gnome-782c24489b49e3b8858bba8588afaa36da6dc29c.zip |
In preparation for adding new linux (Fedora 8) infrastructure ports all linux
base ports were unified. Now it's linux_base-fc4 turn: devel/linux-glib2
is incorporated.
Changes:
* emulation/linux_base-fc4:
. devel/linux-glib2 is incorporated;
. CONFLICTS is fixed;
. PORTREVISION is bumped;
* removed *_DEPENDS upon devel/linux-glib2 and PORTREVISION bumped:
. accessibility/linux-atk;
. astro/google-earth;
. audio/linux-openal;
. graphics/linux-XnViewMP;
. www/linux-mplayer-plugin;
. x11-toolkits/linux-gtk2;
. x11-toolkits/linux-pango;
* devel/linux-glib2:
. CONFLICTS is fixed;
. DEPRECATED;
. EXPIRATION_DATE is set;
Note: this should fix a bug for non-default linux base ports when glib2
files were installed both by a linux base and by linux-glib2 ports.
Diffstat (limited to 'accessibility/linux-f10-atk')
-rw-r--r-- | accessibility/linux-f10-atk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile index 76997bb4f9aa..dbc2265c7518 100644 --- a/accessibility/linux-f10-atk/Makefile +++ b/accessibility/linux-f10-atk/Makefile @@ -7,19 +7,13 @@ PORTNAME= atk PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= accessibility linux 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 LINUX_DIST_VER= 4 |