diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-24 12:29:18 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-24 12:29:18 +0000 |
commit | 839c2bcbc4afbad5e709a0026f3034e7d6e2d776 (patch) | |
tree | 78fa1bef5a884885898d918e97c5316749d2b3b9 /emulators | |
parent | e1f193254d579da738b9688495aeb1ee67ce1ef7 (diff) | |
download | pkgsrc-839c2bcbc4afbad5e709a0026f3034e7d6e2d776.tar.gz |
Use c99 to fix build on SunOS
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cmdpack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/cmdpack/Makefile b/emulators/cmdpack/Makefile index 0f36cbbad7d..f0b0019fb33 100644 --- a/emulators/cmdpack/Makefile +++ b/emulators/cmdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/03 12:55:10 asau Exp $ +# $NetBSD: Makefile,v 1.4 2014/02/24 12:29:18 wiedi Exp $ # DISTNAME= cmdpack-1.03-src @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.neillcorlett.com/cmdpack/ COMMENT= Neill Corlett's command line tools for emulation LICENSE= gnu-gpl-v3 +USE_LANGUAGES= c99 INSTALLATION_DIRS= bin share/doc/cmdpack |