From b280e9b20dc41693743869967630a9bf38af2f1d Mon Sep 17 00:00:00 2001 From: nobutaka Date: Tue, 4 May 2004 15:58:29 +0000 Subject: Add dependency on graphics/png to fix make package. PR: ports/66153 Submitted by: pav --- multimedia/libxine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 432a60d0dba0..7148f4ba86dd 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ speex.2:${PORTSDIR}/audio/speex \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ + png.5:${PORTSDIR}/graphics/png \ dvdread.3:${PORTSDIR}/multimedia/libdvdread USE_GETTEXT= yes -- cgit