diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:39:51 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:39:51 +0000 |
| commit | 00ff53594b63f0b3d762c5dfaec447cc9afb13aa (patch) | |
| tree | ec3158347deb4d3f6c9be9397536deba99ae71b4 | |
| parent | NO_CDROM and NO_PACKAGE are not appropriate here (diff) | |
NO_PACKAGE is not appropriate; use RESTRICTED instead. Mark BROKEN since
it is unfetchable.
| -rw-r--r-- | x11-fonts/code2000/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/code2000/Makefile b/x11-fonts/code2000/Makefile index 1071b1780218..1e174446f08b 100644 --- a/x11-fonts/code2000/Makefile +++ b/x11-fonts/code2000/Makefile @@ -17,7 +17,8 @@ COMMENT= Shareware demo Unicode TrueType font BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -NO_PACKAGE= Only unmodified original package can be distributed +RESTRICTED= Only unmodified original package can be distributed +BROKEN= Unfetchable USE_X_PREFIX= yes USE_ZIP= yes |
