diff options
author | steve <steve@FreeBSD.org> | 1998-09-19 13:46:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-19 13:46:07 +0800 |
commit | 6da90620d91a44e9d7c4def2cba51b5877bfd6af (patch) | |
tree | d47f46c37685fe2f00c651b42f1556d9a166f380 /graphics/xpaint | |
parent | ab560fe95f8a68e087f0df5a668b9433128e56ff (diff) | |
download | freebsd-ports-gnome-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.gz freebsd-ports-gnome-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.zst freebsd-ports-gnome-6da90620d91a44e9d7c4def2cba51b5877bfd6af.zip |
Remove regexp support for libtiff34 as it is now ELF'able.
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 39e06ab9b83d..efcd80a8c5c5 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.25 1998/09/17 00:32:42 asami Exp $ +# $Id: Makefile,v 1.26 1998/09/17 00:50:49 asami Exp $ # DISTNAME= xpaint-2.5.4 @@ -12,8 +12,8 @@ MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/ MAINTAINER= jseger@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff34.1:${PORTSDIR}/graphics/tiff34 \ Xpm.4:${PORTSDIR}/graphics/xpm \ png.2:${PORTSDIR}/graphics/png |