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/gimp1 | |
parent | 82795a42c06ace7672ea74cf58b07f9e78e13c68 (diff) | |
download | ports-d5143af07ac963b39a2e49dc4822e1547d6b3fd3.tar.gz ports-d5143af07ac963b39a2e49dc4822e1547d6b3fd3.zip |
Notes
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 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 |