diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-10 17:18:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-10 17:18:33 +0800 |
commit | 670b45344f983888261bdeab79ad13eb86f1ff39 (patch) | |
tree | f72d6c3d6a4312c5c40e0b469a9bdeb64a1af6e1 /accessibility/at-spi2-atk | |
parent | 084d7f2430ed95512d2ca42cb4dc46a086dd104e (diff) | |
download | freebsd-ports-gnome-670b45344f983888261bdeab79ad13eb86f1ff39.tar.gz freebsd-ports-gnome-670b45344f983888261bdeab79ad13eb86f1ff39.tar.zst freebsd-ports-gnome-670b45344f983888261bdeab79ad13eb86f1ff39.zip |
remove conflict with at-spi, it was resolved.
Submitted by: Kevin Oberman <rkoberman@gmail.com>, rm@
Diffstat (limited to 'accessibility/at-spi2-atk')
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index 607125e93a4e..3bd292f72607 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus RUN_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core -CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even USE_XZ= yes |