diff options
author | xtraeme <xtraeme> | 2004-07-17 01:56:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-17 01:56:38 +0000 |
commit | b121355724e4aee5302bdb4a6a1d0e4ddd851655 (patch) | |
tree | 8ef01e2875882d2bc994485be0c16090f37508fa /emulators/BasiliskII/Makefile | |
parent | 59dba7d0cdceda4a30424c7ddd949e4fa0eaa37e (diff) | |
download | pkgsrc-b121355724e4aee5302bdb4a6a1d0e4ddd851655.tar.gz |
Make this build on NetBSD -current with /dev/ptmx, closes PR pkg/25854.
Diffstat (limited to 'emulators/BasiliskII/Makefile')
-rw-r--r-- | emulators/BasiliskII/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 6c61bc7df6d..1441524608a 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/11 17:09:54 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/17 01:56:38 xtraeme Exp $ DISTNAME= BasiliskII_src_14032003 PKGNAME= BasiliskII-1.0.20030314 @@ -16,7 +16,11 @@ 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 + +CONFIGURE_ARGS+= --without-gtk \ + --without-esd \ + --disable-fbdev-dga \ + --without-mon post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII |