diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
commit | 74954b137315c2d7c5fdebaa4c96f6f425c3a6cd (patch) | |
tree | 340471e21010dd1490eca8274991d8424917d1a0 /graphics/xpaint/Makefile | |
parent | 1168d7d4c5fadf92b0f1680ff1abf4ee40d0bd7b (diff) | |
download | FreeBSD-ports-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.zip FreeBSD-ports-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.tar.gz |
Roll back libpng major to 2.
Diffstat (limited to 'graphics/xpaint/Makefile')
-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 244c740..39e06ab 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.24 1998/09/15 11:57:43 asami Exp $ +# $Id: Makefile,v 1.25 1998/09/17 00:32:42 asami Exp $ # DISTNAME= xpaint-2.5.4 @@ -15,7 +15,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ Xpm.4:${PORTSDIR}/graphics/xpm \ - png.3:${PORTSDIR}/graphics/png + png.2:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes |