diff options
Diffstat (limited to 'x11/mrxvt-devel')
-rw-r--r-- | x11/mrxvt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile index c6d28b0263a0..1e88bd744f71 100644 --- a/x11/mrxvt-devel/Makefile +++ b/x11/mrxvt-devel/Makefile @@ -75,7 +75,7 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg .if ! ${PORT_OPTIONS:MPNG} || ! ${PORT_OPTIONS:MBACKGROUND} CONFIGURE_ARGS+= --disable-png .else -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png .endif .if ! ${PORT_OPTIONS:MTRANSPARENCY} |