diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 03:35:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 03:35:55 +0000 |
commit | 327e9ddbe5a8ebb2e710ac7a76674fff1f6937da (patch) | |
tree | ad48f1ff4ef8151f2c3a82507cd266f7149335a5 | |
parent | 7559cded85b09a705cb594b546003926fa3a65c3 (diff) |
Notes
-rw-r--r-- | emulators/vmware/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/mozilla-fonts/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index 33ae505b2c7c..2a45d829fd4b 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -28,6 +28,8 @@ PATCHFILES= vmmon-freebsd-0.94.tar.gz \ # freebsd-emulation mailing list with the following maintainer address CC'ed. MAINTAINER= ak@freenet.co.uk +BROKEN= "Does not build" + RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RESTRICTED= "Not sure if we can redistribute it" diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile index 3d6340260cd4..100114fcb573 100644 --- a/x11-fonts/mozilla-fonts/Makefile +++ b/x11-fonts/mozilla-fonts/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.myrddin.demon.co.uk/dist/ MAINTAINER= dom@happygiraffe.net +BROKEN= "Does not build" + USE_X_PREFIX= true post-install: |