diff options
author | tg <tg@FreeBSD.org> | 1997-12-01 15:59:32 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-01 15:59:32 +0800 |
commit | 0aa2ca67dda783a43a9bc3cc486c2889512ed285 (patch) | |
tree | 067d043e8c182374ffda8e53b4406d30ed3a10d2 /graphics | |
parent | 8e71542340a6fe06316a685ad999dffd5d84012a (diff) | |
download | freebsd-ports-gnome-0aa2ca67dda783a43a9bc3cc486c2889512ed285.tar.gz freebsd-ports-gnome-0aa2ca67dda783a43a9bc3cc486c2889512ed285.tar.zst freebsd-ports-gnome-0aa2ca67dda783a43a9bc3cc486c2889512ed285.zip |
Use tiff34.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 06b92def5ac1..ba53a57a0c04 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp $ +# $Id: Makefile,v 1.15 1997/11/29 02:02:16 jseger Exp $ # DISTNAME= xpaint-2.5.2 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - tiff\\.3\\.:${PORTSDIR}/graphics/tiff \ + tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ png\\.0\\.:${PORTSDIR}/graphics/png |