summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:57:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:57:51 +0000
commit4610ae86c9e40d100ca26c1dcb385b08d3210ce3 (patch)
tree8f19e57fa613e842996a4a37eda28af690460c73 /graphics/xpaint
parentjpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (diff)
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes: svn path=/head/; revision=13148
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 00e1a619b90c..1573c92c0c72 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.22 1998/09/15 11:13:24 asami Exp $
+# $Id: Makefile,v 1.23 1998/09/15 11:45:59 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.5:${PORTSDIR}/graphics/xpm \
- png\\.2\\.:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/xpaint
USE_IMAKE= yes