diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
commit | 9a443b130b2484dd7e28b54d71748ce7d8ec8f2d (patch) | |
tree | 0fe6f4482a72e9d25636afc6a0d57dcb51e19c2d /accessibility | |
parent | e40d48ddb4b8eeb3f1e61eee3899767b5987d239 (diff) | |
download | freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.gz freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.zst freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.zip |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/linux-f8-atk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accessibility/linux-f8-atk/Makefile b/accessibility/linux-f8-atk/Makefile index 0002479b80a9..7ce39b6d26fc 100644 --- a/accessibility/linux-f8-atk/Makefile +++ b/accessibility/linux-f8-atk/Makefile @@ -7,6 +7,7 @@ PORTNAME= atk PORTVERSION= 1.20.0 +PORTREVISION= 1 CATEGORIES= accessibility linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux Fedora 8) +CONFLICTS= linux-atk-[0-9]* linux-f10-atk-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 8 |