diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-03-24 09:16:45 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-03-24 09:16:45 +0000 |
commit | d5143af07ac963b39a2e49dc4822e1547d6b3fd3 (patch) | |
tree | 1f183b725bfd61c7393b1eb18e1654eeba7cc510 /graphics/gimpshop | |
parent | 82795a42c06ace7672ea74cf58b07f9e78e13c68 (diff) | |
download | ports-d5143af07ac963b39a2e49dc4822e1547d6b3fd3.tar.gz ports-d5143af07ac963b39a2e49dc4822e1547d6b3fd3.zip |
After GIMP 2.0 release both versions can not be longer installed
at the same time.
Notes
Notes:
svn path=/head/; revision=105111
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |