aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-05 13:29:39 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-05 13:29:39 +0000
commit4a257f749646a22b73374e617926606c5da01ce0 (patch)
tree5ab75ef83ffce925027d64879fcd4cf1ebea84f5 /graphics/gimp/Makefile
parent8413b1b1d507a5020f304918c6668de2671ca2b5 (diff)
downloadports-4a257f749646a22b73374e617926606c5da01ce0.tar.gz
ports-4a257f749646a22b73374e617926606c5da01ce0.zip
Notes
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 41352f5524c2..288dedbbd604 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -27,7 +27,7 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gimp-*[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
+ @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