summaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-28 06:05:31 +0000
committerjlam <jlam>2004-08-28 06:05:31 +0000
commitaf206def0ac6356f5efca10bfa6dd094f531d52d (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /audio/flac/Makefile
parent3afd5062de93e84692e1981a06dd699bb46e4fcb (diff)
downloadpkgsrc-af206def0ac6356f5efca10bfa6dd094f531d52d.tar.gz
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 8fdad0b8b93..490bcbc18ea 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/05/15 14:39:54 grant Exp $
+# $NetBSD: Makefile,v 1.24 2004/08/28 06:05:31 jlam Exp $
#
DISTNAME= flac-1.1.0
@@ -32,7 +32,7 @@ NOT_FOR_COMPILER= sunpro
#
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mmipspro)
-BUILDLINK_TRANSFORM+= S:-O3:
+BUILDLINK_TRANSFORM+= rm:-O3
.endif
.include "../../multimedia/libogg/buildlink3.mk"