diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 21:28:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 21:28:50 +0000 |
commit | b6f0b47d534e606f7d2f2e4e91d3a9f9c326c17a (patch) | |
tree | e8665da12e439b864da1ec94b1da46d4a958227a /emulators/basiliskII | |
parent | d81815c03773f265ab00a0b69acff89ed8812901 (diff) | |
download | ports-b6f0b47d534e606f7d2f2e4e91d3a9f9c326c17a.tar.gz ports-b6f0b47d534e606f7d2f2e4e91d3a9f9c326c17a.zip |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=162986
Diffstat (limited to 'emulators/basiliskII')
-rw-r--r-- | emulators/basiliskII/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index ce9d7ee822a8..3295abe0121d 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -18,6 +18,8 @@ COMMENT= A free, portable, Open Source 68k Mac emulator WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix +BROKEN= Does not compile + USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= esound gtk20 |