diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 04:06:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 04:06:06 +0800 |
commit | 1aa60032bbe3f6bbe545e17d3de25c5309a2e18d (patch) | |
tree | 65a985b7c968bce475a200115bd41203443872c4 /accessibility/at-spi2-atk | |
parent | 3ec77a4651058e6e36300eba20a5cd2c3b74093e (diff) | |
download | marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.gz marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.bz2 marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.lz marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.xz marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.zst marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.zip |
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-atk')
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index e794cc6b5..97f508b10 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.25 2011/04/06 08:35:44 kwm Exp $ +# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.26 2011/04/10 19:41:34 mezz Exp $ # PORTNAME= at-spi2-atk @@ -20,6 +20,8 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core +CONFLICTS= at-spi-1.[0-9]* + LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes |