summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/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-devel/Makefile
parent- updated maintainer e-mail address (diff)
- Better detect gimp-gnome
Submitted by: Lars Kristiansen <lars+lister.freebsd@adventuras.no>
Notes
Notes: svn path=/head/; revision=189289
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r--graphics/gimp-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index 2b64a603944a..8f04dede40c9 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -29,7 +29,7 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gimp-devel*-[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