diff options
author | grant <grant@pkgsrc.org> | 2004-06-13 12:37:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-13 12:37:47 +0000 |
commit | a06d326ef573d3929e7387a4d97059c43d582bcb (patch) | |
tree | 954d2c643524b60d15c2959d829ad50093a4eb64 /emulators/dosbox | |
parent | 31bad3ac19b83bb7689c9ed0f7aa2ed54e6ea52d (diff) | |
download | pkgsrc-a06d326ef573d3929e7387a4d97059c43d582bcb.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'emulators/dosbox')
-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 |