diff options
author | asau <asau> | 2012-09-11 23:59:21 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:59:21 +0000 |
commit | 6ea1c225bfa0c1a1f8e0a22b70249f5ada5388ef (patch) | |
tree | 011efb64c2dff0007fc4e44276be4eb732e9d256 /audio/celt | |
parent | d5ae29c067f185967ce21d0beea1d8708c105a24 (diff) | |
download | pkgsrc-6ea1c225bfa0c1a1f8e0a22b70249f5ada5388ef.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'audio/celt')
-rw-r--r-- | audio/celt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile index 1b1f12051a8..23b39b3f8c2 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/14 07:02:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:28 asau Exp $ # DISTNAME= celt-0.11.3 @@ -10,8 +10,6 @@ HOMEPAGE= http://downloads.us.xiph.org/releases/celt/ COMMENT= Ultra-low-delay, high-quality audio codec (experimental) LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config |