diff options
Diffstat (limited to 'audio/dvda-author/Makefile')
-rw-r--r-- | audio/dvda-author/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile index d8bd4555f1d0..991332b1ae14 100644 --- a/audio/dvda-author/Makefile +++ b/audio/dvda-author/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libsox.so:${PORTSDIR}/audio/sox \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libltdl.so:${PORTSDIR}/devel/libltdl \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LDFLAGS+= -L${LOCALBASE}/lib |