diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
commit | 7f279c69f3bbfb01502eb4a86a67241c8385a76a (patch) | |
tree | bf98a947b9317d506539cf3bb1a6aee497b8bb5f /audio/speex | |
parent | a249557e2ef3692a146b62db38822e71392b403b (diff) | |
download | pkgsrc-7f279c69f3bbfb01502eb4a86a67241c8385a76a.tar.gz |
DESTDIR support.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index d52ae9f8347..86a10d7c57e 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/11 03:15:07 reed Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/02 17:59:37 joerg Exp $ # DISTNAME= speex-1.0.5 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.speex.org/ COMMENT= Open-source, patent-free voice codec +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= YES GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= speex.pc.in |