diff options
Diffstat (limited to 'audio/xmms-esound')
-rw-r--r-- | audio/xmms-esound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile index c84451d5d5d..81281c6f298 100644 --- a/audio/xmms-esound/Makefile +++ b/audio/xmms-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 23:48:15 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:34 rodent Exp $ # .include "../../audio/xmms/Makefile.common" @@ -13,8 +13,8 @@ CONFLICTS+= xmms<=1.2.7nb8 BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.7nb9 -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd +INSTALL_DIRS= Output/esd USE_TOOLS+= pkg-config |