summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-04-14 14:22:00 +0000
committerjoerg <joerg@pkgsrc.org>2015-04-14 14:22:00 +0000
commit8cc23cc1f167387017611314153ca9e7977a46be (patch)
tree04bbfc370dfd5f544626a9b6677e30959d950139 /emulators
parent8ae223afdb56721e0fb8564bbcb57dff6d88d14d (diff)
downloadpkgsrc-8cc23cc1f167387017611314153ca9e7977a46be.tar.gz
Set correct PLIST variable for ARM.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dgen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile
index 6ab05b8ac9c..d989e4057e6 100644
--- a/emulators/dgen/Makefile
+++ b/emulators/dgen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/03/31 15:20:53 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2015/04/14 14:22:00 joerg Exp $
#
DISTNAME= dgen-sdl-1.32
@@ -18,7 +18,7 @@ DEPENDS+= nasm-[0-9]*:../../devel/nasm
PLIST_VARS+= arm
.if ${MACHINE_CPU:U} == "arm"
-PLIST_VAR.arm= yes
+PLIST.arm= yes
.endif
USE_LANGUAGES= c c++