diff options
author | steve <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
commit | 6da90620d91a44e9d7c4def2cba51b5877bfd6af (patch) | |
tree | d47f46c37685fe2f00c651b42f1556d9a166f380 /graphics/gimp1 | |
parent | ab560fe95f8a68e087f0df5a668b9433128e56ff (diff) | |
download | FreeBSD-ports-6da90620d91a44e9d7c4def2cba51b5877bfd6af.zip FreeBSD-ports-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.gz |
Remove regexp support for libtiff34 as it is now ELF'able.
Diffstat (limited to 'graphics/gimp1')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index dfd0fe0..c22b1bf 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.41 1998/09/17 00:32:41 asami Exp $ +# $Id: Makefile,v 1.42 1998/09/17 00:50:47 asami Exp $ # DISTNAME= gimp-1.0.0 @@ -21,7 +21,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png -LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34 #LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes |