summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 12:50:49 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 12:50:49 +0000
commite0bc7a47f0f045fbf16c20ab408d2f3f2d11685a (patch)
tree2ea6f039d1b51f1e1aaf40f0a6962eba4f1221f8 /emulators/vice/Makefile
parent1b40dcd9f36f779d46476e13ee9358b88db18f05 (diff)
downloadpkgsrc-e0bc7a47f0f045fbf16c20ab408d2f3f2d11685a.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 169bfa9ac87..bccd80dcb69 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2015/11/18 14:19:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.119 2016/02/25 12:50:49 jperkin Exp $
DISTNAME= vice-2.4
PKGREVISION= 14
@@ -38,16 +38,9 @@ PLIST_SRC+= PLIST
.include "options.mk"
-.include "../../mk/bsd.prefs.mk"
-
-.if (${OPSYS} == NetBSD)
-CONFIGURE_ARGS+= --without-oss
-CPPFLAGS+= -DHAVE_STDINT_H
-.endif
-
-.if (${OPSYS} == DragonFly)
-CPPFLAGS+= -DHAVE_STDINT_H
-.endif
+CONFIGURE_ARGS.NetBSD+= --without-oss
+CPPFLAGS.NetBSD+= -DHAVE_STDINT_H
+CPPFLAGS.DragonFly+= -DHAVE_STDINT_H
.include "../../mk/readline.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"