diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-05 13:29:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-05 13:29:39 +0000 |
commit | 4a257f749646a22b73374e617926606c5da01ce0 (patch) | |
tree | 5ab75ef83ffce925027d64879fcd4cf1ebea84f5 /graphics | |
parent | 8413b1b1d507a5020f304918c6668de2671ca2b5 (diff) | |
download | ports-4a257f749646a22b73374e617926606c5da01ce0.tar.gz ports-4a257f749646a22b73374e617926606c5da01ce0.zip |
- Better detect gimp-gnome
Submitted by: Lars Kristiansen <lars+lister.freebsd@adventuras.no>
Notes
Notes:
svn path=/head/; revision=189289
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |