diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-03 07:14:16 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-03 07:14:16 +0000 |
commit | 1a862595325adc868f47fa93d18172cea46b3092 (patch) | |
tree | ad58ffe9da2935e717f9c04db6a607958cbb565b /emulators | |
parent | a02dc7f40b509e14f0a0812ffbfd413874b1814f (diff) | |
download | ports-1a862595325adc868f47fa93d18172cea46b3092.tar.gz ports-1a862595325adc868f47fa93d18172cea46b3092.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/p-interp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/p-interp/Makefile b/emulators/p-interp/Makefile index 673fb5995048..caac33eb56fc 100644 --- a/emulators/p-interp/Makefile +++ b/emulators/p-interp/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A UCSD (Apple) Pascal p-code interpreter environment +BUILD_DEPENDS= gccmakedep:${X_IMAKE_PORT} + USE_XLIB= yes RESTRICTED= "Redistribution rights for Apple Pascal disk images are unclear" |