diff options
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r-- | x11/aterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 8f4dbcbd49cd..96c16dd571b4 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-mousewheel .if defined(WITH_BGIMG) LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage \ - png.6:${PORTSDIR}/graphics/png \ + png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+= --with-afterimage-config --with-png --with-jpeg .else |