diff options
author | pav <pav@FreeBSD.org> | 2004-03-29 13:03:41 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-29 13:03:41 +0000 |
commit | e35712132dd6f60c83895df05c34290acf420211 (patch) | |
tree | c1b59354d3db9b08d9f1e8755d5fa596837eb5f9 /graphics/gimp1 | |
parent | 843bccc4acb8f64c259aeadae5138ce048d8c197 (diff) | |
download | FreeBSD-ports-e35712132dd6f60c83895df05c34290acf420211.zip FreeBSD-ports-e35712132dd6f60c83895df05c34290acf420211.tar.gz |
- Define NO_LATEST_LINK in favour of graphics/gimp
Spotted by: krion
Diffstat (limited to 'graphics/gimp1')
-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 287925d..80bdb1a 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -29,6 +29,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ DEPRECATED= New stable release 2.0 can be installed via graphics/gimp port +NO_LATEST_LINK= yes + CONFLICTS= gimp-2.* gimp-gnome-2.* #SHLIBVER?= ${PORTVERSION:S/1.2.//g} |