diff options
Diffstat (limited to 'multimedia/mplayer/Makefile.common')
-rw-r--r-- | multimedia/mplayer/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index 6d771f0728cb..534d91de89a1 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -12,8 +12,8 @@ DISTNAME= MPlayer-${MPLAYER_PORT_VERSION} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libpng.so:graphics/png \ + libfreetype.so:print/freetype2 USES= compiler:c11 gmake iconv ncurses tar:xz GNU_CONFIGURE= yes |