summaryrefslogtreecommitdiff
path: root/print/luatex
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-12-15 11:46:34 +0000
committerjperkin <jperkin>2014-12-15 11:46:34 +0000
commit48f06da172e10e8561818b1d69c1a46918e169fb (patch)
treecd9f54b486313d027f300d2b12ddcf5743a445ff /print/luatex
parent09e696678d8a6c5fc7e5beb96a3ce456345ff9be (diff)
downloadpkgsrc-48f06da172e10e8561818b1d69c1a46918e169fb.tar.gz
The "rename" rule is a published synonym for the "opt" transform rule, however
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
Diffstat (limited to 'print/luatex')
-rw-r--r--print/luatex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/luatex/Makefile b/print/luatex/Makefile
index 2f85c1da55f..7668901a19b 100644
--- a/print/luatex/Makefile
+++ b/print/luatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/11/20 16:04:16 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/12/15 11:46:36 jperkin Exp $
DISTNAME= luatex-beta-0.76.0-source
PKGNAME= ${DISTNAME:S/-beta//:S/-source//}
@@ -114,7 +114,7 @@ INSTALLATION_DIRS+= bin
# Native clang crashes on FreeBSD 10:
.if $(OPSYS) == "FreeBSD"
-BUILDLINK_TRANSFORM+= rename:-O*:-O0
+BUILDLINK_TRANSFORM+= opt:-O*:-O0
.endif
.include "../../archivers/zziplib/buildlink3.mk"