diff options
author | pav <pav@FreeBSD.org> | 2004-03-28 02:25:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-28 02:25:17 +0800 |
commit | ac2cd4776a424a64bb872a6b8900a2ae865c5208 (patch) | |
tree | 9309a82347ec33272812182f2dc05e3001be4ea0 /graphics | |
parent | c7e358d577c98be2a44bfb42143db4fe3487a223 (diff) | |
download | freebsd-ports-gnome-ac2cd4776a424a64bb872a6b8900a2ae865c5208.tar.gz freebsd-ports-gnome-ac2cd4776a424a64bb872a6b8900a2ae865c5208.tar.zst freebsd-ports-gnome-ac2cd4776a424a64bb872a6b8900a2ae865c5208.zip |
- Mark DEPRECATED and point users to 2.0 release in graphics/gimp port
I haven't set an expiration date because there are still some ports
that require old GIMP, most notably xsane.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index f2d43b20b61f..287925d061a2 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 +DEPRECATED= New stable release 2.0 can be installed via graphics/gimp port + CONFLICTS= gimp-2.* gimp-gnome-2.* #SHLIBVER?= ${PORTVERSION:S/1.2.//g} |