diff options
author | grant <grant@pkgsrc.org> | 2004-02-05 10:40:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-05 10:40:33 +0000 |
commit | e654b9d52713cf33ef3ffe60eb7a355516af2668 (patch) | |
tree | d83de8e7f10d36dd925992d2d50741bed6d27a07 /emulators | |
parent | 9cfdafc2b3a3e232a191f50cf677dc063aa01a17 (diff) | |
download | pkgsrc-e654b9d52713cf33ef3ffe60eb7a355516af2668.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 03fe1072347..9cf3656e095 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/22 08:36:03 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/05 10:40:33 grant Exp $ DISTNAME= BasiliskII_src_14032003 PKGNAME= BasiliskII-1.0.20030314 @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_X11= yes CONFIGURE_ARGS+=--without-gtk --without-esd --disable-fbdev-dga --without-mon |