summaryrefslogtreecommitdiff
path: root/graphics/evas/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evas/Makefile.common')
-rw-r--r--graphics/evas/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/evas/Makefile.common b/graphics/evas/Makefile.common
index 7a83b6d20d5..4a286ab14dd 100644
--- a/graphics/evas/Makefile.common
+++ b/graphics/evas/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2009/12/17 00:48:43 joerg Exp $
+# $NetBSD: Makefile.common,v 1.8 2010/01/09 15:33:07 joerg Exp $
DISTNAME= evas-0.9.9.063
CATEGORIES= graphics
@@ -41,4 +41,6 @@ CONFIGURE_ARGS+= --disable-image-loader-${mod}
CONFIGURE_ARGS+= --enable-cpu-altivec
.endif
-PLIST_SUBST= MODULE_ARCH=${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}-${LOWER_ARCH}-ver-svn-03
+MODULE_ARCH= ${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}-${LOWER_ARCH}-ver-svn-05
+PLIST_SUBST= MODULE_ARCH=${MODULE_ARCH}
+PRINT_PLIST_AWK+= { gsub(/${MODULE_ARCH}/, "$${MODULE_ARCH}") }