diff options
author | ache <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
commit | c5fc87df0fff4bcae2230887cb885b87be0d5d52 (patch) | |
tree | 34438c68cf3537a50442366491e45a8589afd72e /graphics/xpaint/Makefile | |
parent | fe4d6b81448cb86434a6cf0c8f7d706f775ddb4d (diff) | |
download | FreeBSD-ports-c5fc87df0fff4bcae2230887cb885b87be0d5d52.zip FreeBSD-ports-c5fc87df0fff4bcae2230887cb885b87be0d5d52.tar.gz |
upgrade png major
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 835922d..9d3425d 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.16 1997/12/01 07:59:32 tg Exp $ +# $Id: Makefile,v 1.17 1998/03/03 23:21:48 jseger Exp $ # DISTNAME= xpaint-2.5.3 @@ -15,7 +15,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - png\\.0\\.:${PORTSDIR}/graphics/png + png\\.2\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes |