diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | 984edc33c6b1830f6e322de9892466e0b2c8cde1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /audio/libao-macosx | |
parent | 6b77282820994903707705d816ca5d7301c9fb22 (diff) | |
download | pkgsrc-984edc33c6b1830f6e322de9892466e0b2c8cde1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'audio/libao-macosx')
-rw-r--r-- | audio/libao-macosx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libao-macosx/Makefile b/audio/libao-macosx/Makefile index ce77e2e5f3f..713c2f30fca 100644 --- a/audio/libao-macosx/Makefile +++ b/audio/libao-macosx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/30 17:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (MacOS X plugin) ONLY_FOR_PLATFORM+= Darwin-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_MACOSX=no/ENABLE_MACOSX=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/macosx -INSTALL_DIRS= ${WRKSRC}/src/plugins/macosx +BUILD_DIRS= src/plugins/macosx +INSTALL_DIRS= src/plugins/macosx BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 |