diff options
author | bland <bland@FreeBSD.org> | 2004-03-24 17:16:45 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-03-24 17:16:45 +0800 |
commit | f9f5a8ff97d1f7f6db1510aa0c983007de8e1299 (patch) | |
tree | 78e8fac63cb3fc5d7b2890e7e6824740a7bd6684 /graphics | |
parent | 05f9ebdd2efc36d44f566de210aa97855ca6d860 (diff) | |
download | freebsd-ports-gnome-f9f5a8ff97d1f7f6db1510aa0c983007de8e1299.tar.gz freebsd-ports-gnome-f9f5a8ff97d1f7f6db1510aa0c983007de8e1299.tar.zst freebsd-ports-gnome-f9f5a8ff97d1f7f6db1510aa0c983007de8e1299.zip |
After GIMP 2.0 release both versions can not be longer installed
at the same time.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp1/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index bc6ead8782c9..f9c0b2d15f2b 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ tiff.4:${PORTSDIR}/graphics/tiff \ wmf.2:${PORTSDIR}/graphics/libwmf +CONFLICTS= gimp-1.* + SHLIBVER?= 0 NO_LATEST_LINK= yes diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index bc6ead8782c9..f9c0b2d15f2b 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ tiff.4:${PORTSDIR}/graphics/tiff \ wmf.2:${PORTSDIR}/graphics/libwmf +CONFLICTS= gimp-1.* + SHLIBVER?= 0 NO_LATEST_LINK= yes diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index bc6ead8782c9..f9c0b2d15f2b 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ tiff.4:${PORTSDIR}/graphics/tiff \ wmf.2:${PORTSDIR}/graphics/libwmf +CONFLICTS= gimp-1.* + SHLIBVER?= 0 NO_LATEST_LINK= yes diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index bc6ead8782c9..f9c0b2d15f2b 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ tiff.4:${PORTSDIR}/graphics/tiff \ wmf.2:${PORTSDIR}/graphics/libwmf +CONFLICTS= gimp-1.* + SHLIBVER?= 0 NO_LATEST_LINK= yes diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 3c6983c0e88c..f2d43b20b61f 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff +CONFLICTS= gimp-2.* gimp-gnome-2.* + #SHLIBVER?= ${PORTVERSION:S/1.2.//g} SHLIBVER?= 2 diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index bc6ead8782c9..f9c0b2d15f2b 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ tiff.4:${PORTSDIR}/graphics/tiff \ wmf.2:${PORTSDIR}/graphics/libwmf +CONFLICTS= gimp-1.* + SHLIBVER?= 0 NO_LATEST_LINK= yes |