aboutsummaryrefslogtreecommitdiff
path: root/x11/aterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r--x11/aterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index 58c32d4061e0..8872d35398e9 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aterm
PORTVERSION= 1.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES+= x11 # `+=' is for slave ports
MASTER_SITES= SF
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --enable-background-image
.if !defined(WITHOUT_PNG)
CONFIGURE_ARGS+= --with-png
-LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
.else
CONFIGURE_ARGS+= --with-png=no
.endif