diff options
author | grant <grant> | 2004-06-13 12:37:47 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-13 12:37:47 +0000 |
commit | 60a32e6055fb64cb456750d261e0a146d920764d (patch) | |
tree | 954d2c643524b60d15c2959d829ad50093a4eb64 /emulators | |
parent | 1ff1fee0f7978b727394bdd31572586e66a1a874 (diff) | |
download | pkgsrc-60a32e6055fb64cb456750d261e0a146d920764d.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dosbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 4050c168317..b515e4a325d 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/07 06:04:48 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/13 12:37:47 grant Exp $ # DISTNAME= dosbox-0.61 @@ -10,6 +10,7 @@ HOMEPAGE= http://dosbox.sourceforge.net/ COMMENT= Multi-platform DOS emulator using SDL USE_BUILDLINK3= YES +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES SUBST_CLASSES= fixme |