aboutsummaryrefslogtreecommitdiff
path: root/graphics/grafx2
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
commit2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch)
treec04604583d8be53b3ed7f10975be828c731f87cb /graphics/grafx2
parent24315159daa0089f08acea4ba1b130fb6721ad5c (diff)
downloadports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.tar.gz
ports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.zip
- update png to 1.5.10
Notes
Notes: svn path=/head/; revision=297915
Diffstat (limited to 'graphics/grafx2')
-rw-r--r--graphics/grafx2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile
index 096ef61004de..366c281961cd 100644
--- a/graphics/grafx2/Makefile
+++ b/graphics/grafx2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= grafx2
PORTVERSION= 2.3.1781
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src
CFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_SYS_UCRED_H -DHAVE_SYS_MOUNT_H
LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \
- png:${PORTSDIR}/graphics/png
+ png15:${PORTSDIR}/graphics/png
.include <bsd.port.pre.mk>