diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-07 17:28:40 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-07 17:28:40 +0000 |
commit | 4d8fd186bef0a116a831e24317a66dbf62bbb69e (patch) | |
tree | 00d9152660ffdba9f28260e22c67d8f0a41ed5e6 /emulators | |
parent | 0ed1c63cd6dc7488100f4bcca4aed5f0f67c3459 (diff) | |
download | ports-4d8fd186bef0a116a831e24317a66dbf62bbb69e.tar.gz ports-4d8fd186bef0a116a831e24317a66dbf62bbb69e.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/p-interp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/p-interp/Makefile b/emulators/p-interp/Makefile index d608280e91ee..3f25215456a6 100644 --- a/emulators/p-interp/Makefile +++ b/emulators/p-interp/Makefile @@ -22,11 +22,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A UCSD (Apple) Pascal p-code interpreter environment +BROKEN= size mismatch + BUILD_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep USE_XORG= x11 xt -RESTRICTED= "Redistribution rights for Apple Pascal disk images are unclear" +RESTRICTED= Redistribution rights for Apple Pascal disk images are unclear MAN1= ucsd.1 svolio.1 svolcvt.1 |