From 7f4572eae4327c4403d9ef714cb6de917650662a Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 13:29:15 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. With hat: portmgr Sponsored by: Absolight --- audio/xmms-flac/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/xmms-flac') diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index 0533bcb98558..805c1089cde8 100644 --- a/audio/xmms-flac/Makefile +++ b/audio/xmms-flac/Makefile @@ -9,9 +9,9 @@ DISTNAME= flac-${PORTVERSION} MAINTAINER= naddy@FreeBSD.org COMMENT= XMMS input plugin for playing FLAC files -LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \ - libFLAC.so:${PORTSDIR}/audio/flac \ - libogg.so:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libxmms.so:multimedia/xmms \ + libFLAC.so:audio/flac \ + libogg.so:audio/libogg USES= iconv libtool tar:xz GNU_CONFIGURE= yes -- cgit v1.2.3