summaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-06-03 23:02:13 +0000
committermarkd <markd@pkgsrc.org>2005-06-03 23:02:13 +0000
commita6cca46052a2d221d3bf72e19b6477db4f50443c (patch)
tree298696027eab39fd4f06e6ef8fdd693b1ef28577 /audio/speex
parent1f4a085094db0649b708cd9e9e9ea1ac7c053e3c (diff)
downloadpkgsrc-a6cca46052a2d221d3bf72e19b6477db4f50443c.tar.gz
Use l: rather than rename: in the BUILDLINK_TRANSFORM as this is a library
rename that we are doing.
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index a70d2df2f96..00e9ac2cca8 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/20 21:06:54 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/03 23:02:13 markd Exp $
#
DISTNAME= speex-1.0.5
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-ogg-dir="${BUILDLINK_PREFIX.libogg}"
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
-BUILDLINK_TRANSFORM+= rename:-lgnugetopt:-lgetopt
+BUILDLINK_TRANSFORM+= l:gnugetopt:getopt
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"