diff options
author | gahr <gahr@FreeBSD.org> | 2010-08-24 21:58:57 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-08-24 21:58:57 +0800 |
commit | 1c9b5579c4e81894493c41e9d9c8bc99f8b3ade0 (patch) | |
tree | 76dc48388790e6aee1a3c4966e7113f77bff7087 | |
parent | 21f2720b28777206868aa6d1d14444756c793331 (diff) | |
download | freebsd-ports-gnome-1c9b5579c4e81894493c41e9d9c8bc99f8b3ade0.tar.gz freebsd-ports-gnome-1c9b5579c4e81894493c41e9d9c8bc99f8b3ade0.tar.zst freebsd-ports-gnome-1c9b5579c4e81894493c41e9d9c8bc99f8b3ade0.zip |
- Update CONFLICTS to reflect the latest changes in the FOX ToolKit ports
-rw-r--r-- | x11-toolkits/fox14/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox16/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 9b1afd542d48..36a418e7aeaa 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ Xft.2:${PORTSDIR}/x11-fonts/libXft -CONFLICTS= fox-1.0.* fox-1.2.* fox-1.6.* +CONFLICTS= fox-1.6.* fox-1.7.* LATEST_LINK= fox14 diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 4ab07420c38b..e91939a81d13 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ Xft.2:${PORTSDIR}/x11-fonts/libXft -CONFLICTS= fox-1.0.* fox-1.2.* fox-1.4.* +CONFLICTS= fox-1.4.* fox-1.7.* LATEST_LINK= fox16 |