diff options
author | pav <pav@FreeBSD.org> | 2004-11-25 21:26:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-25 21:26:32 +0800 |
commit | 07ae3b03d8a36b649990e193449d263a7554bc05 (patch) | |
tree | 3bff2e64b1ce52cf842401b77ac13725307bc5ea /graphics | |
parent | ef12cde0125d0d10bebd27adb4776c0aa2411578 (diff) | |
download | freebsd-ports-gnome-07ae3b03d8a36b649990e193449d263a7554bc05.tar.gz freebsd-ports-gnome-07ae3b03d8a36b649990e193449d263a7554bc05.tar.zst freebsd-ports-gnome-07ae3b03d8a36b649990e193449d263a7554bc05.zip |
- Define NO_LATEST_LINK
Reported by: Kris "Annoying Reminder Guy II" Kennaway
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index c51fe67048b6..79e5af05ddde 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ wmf.2:${PORTSDIR}/graphics/libwmf CONFLICTS= gimp-1.* +NO_LATEST_LINK= yes SHLIBVER?= 200 diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index c51fe67048b6..79e5af05ddde 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ wmf.2:${PORTSDIR}/graphics/libwmf CONFLICTS= gimp-1.* +NO_LATEST_LINK= yes SHLIBVER?= 200 |