summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-12-15 11:46:34 +0000
committerjperkin <jperkin@pkgsrc.org>2014-12-15 11:46:34 +0000
commitc50ac64828bb38fcc9eb0c8b8bfc38505402d84d (patch)
treecd9f54b486313d027f300d2b12ddcf5743a445ff /www
parentbea51dfcd4594261aa01404220f8f2aef6d5a75d (diff)
downloadpkgsrc-c50ac64828bb38fcc9eb0c8b8bfc38505402d84d.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 'www')
-rw-r--r--www/mMosaic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mMosaic/Makefile b/www/mMosaic/Makefile
index 7985e13eaf8..fe455dc2e21 100644
--- a/www/mMosaic/Makefile
+++ b/www/mMosaic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/02/16 11:24:54 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/12/15 11:46:36 jperkin Exp $
#
DISTNAME= mMosaic-3.7.2
@@ -39,7 +39,7 @@ MAKEFLAGS+= sysconfigflags='-DLINUX -Dlinux -DMOTIF1_2'
MAKEFLAGS+= sysconfigflags='-DSVR4 -DIRIX -DMOTIF1_2'
.elif ${OPSYS} == "Darwin"
-BUILDLINK_TRANSFORM+= rename:-shared:-c
+BUILDLINK_TRANSFORM+= opt:-shared:-c
.endif
.include "../../x11/libXmu/buildlink3.mk"