diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 11:16:53 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 11:16:53 +0000 |
commit | e044c2ca5a137959222895f377da9e38e5a64c8b (patch) | |
tree | bf1e04d9c3f7adb8e801d0900b45226e5f3df1b7 /graphics/gimp | |
parent | Update to OOF680_m18. (diff) |
Use the same PORTVERSION as gimp-app[-devel]
Notes
Notes:
svn path=/head/; revision=192519
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 05477d53c0c8..8f78e150850b 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gimp -PORTVERSION?= 2.2 -PORTREVISION= 1 +PORTVERSION?= 2.2.15 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty @@ -27,13 +26,6 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -pre-everything:: - @if [ -n "`${PKG_INFO} -xI '^gimp[-gnome]*[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: Old version of gimp detected! Please see ${PORTSDIR}/UPDATING for information on upgrading ${PKGNAME}" ; \ - ${FALSE}; \ - fi - - .if defined(WITH_HELP) RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help .endif |