diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-21 21:44:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-21 21:44:47 +0000 |
commit | f15ef1b3e36a1f476d6022075060f9c1f7a7cd19 (patch) | |
tree | 23a0d7baa4daa3d1b0ab4edd659dc0870a2eade6 /graphics/gimp-app-devel | |
parent | 1556833e60cd298324005e69a6cdd9cb15139c6d (diff) | |
download | ports-f15ef1b3e36a1f476d6022075060f9c1f7a7cd19.tar.gz ports-f15ef1b3e36a1f476d6022075060f9c1f7a7cd19.zip |
Add NO_LATEST_LINK to avoid conflict with graphics/gimp.
Reported by: kris
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=175477
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index e7c9af824136..c69377b85b9b 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -36,6 +36,7 @@ LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ tiff.4:${PORTSDIR}/graphics/tiff CONFLICTS= gimp-1.* gimp-2.2.* +NO_LATEST_LINK= yes SHLIBVER?= 0 |