summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-17 00:50:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-17 00:50:52 +0000
commit27ba461c8e50a613d87c9f076bb701df10453684 (patch)
tree70478bd5a7a5379674d66d2abb0bfd8ad1e74bcd /graphics/xpaint
parentRoll back xpm shared library numbers. It will be truncated to "Xpm.4" (diff)
Roll back libpng major to 2.
Notes
Notes: svn path=/head/; revision=13192
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 244c7409210a..39e06ab9b83d 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