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
commit96d7e712344b7c42cfccd6fff60eaf58555fd853 (patch)
tree04bbfc370dfd5f544626a9b6677e30959d950139 /emulators
parenta7bc3eae7943739cff7fc5ba44dc87e8d71e7f36 (diff)
downloadpkgsrc-96d7e712344b7c42cfccd6fff60eaf58555fd853.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++