diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-08 15:40:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-08 15:40:54 +0000 |
commit | 209cec4f3211c4a6118643d18b738f44e2b7073c (patch) | |
tree | 89bad276b7c81ae7c1b411ce29db87c512f9963f /audio | |
parent | a196c3f0f7ea46c0121521bece70203c01a2983c (diff) | |
download | pkgsrc-209cec4f3211c4a6118643d18b738f44e2b7073c.tar.gz |
user-destdir support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-pulse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/bmp-pulse/Makefile b/audio/bmp-pulse/Makefile index 2073bd4c49a..dcec00db814 100644 --- a/audio/bmp-pulse/Makefile +++ b/audio/bmp-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/08 15:47:21 joerg Exp $ # DISTNAME= xmms-pulse-0.9.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/ COMMENT= BMP output plugin for the PulseAudio sound server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake |