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 | c9f0f6044b885f65fb03ddb6c93642d16b71c3b1 (patch) | |
tree | d83de8e7f10d36dd925992d2d50741bed6d27a07 /emulators/BasiliskII | |
parent | b032cd4dcc58f2a639cbdca04867bd05793af0f5 (diff) | |
download | pkgsrc-c9f0f6044b885f65fb03ddb6c93642d16b71c3b1.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'emulators/BasiliskII')
-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 |