diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-07-13 23:59:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-07-13 23:59:58 +0000 |
commit | 830c04a578df0caa035027f50f53f7241796cd9b (patch) | |
tree | 4841e4d18a58021478e4a536c1389662b21311fa /japanese/gd | |
parent | 1e1085cb10eed898f0c7f5fa327757fb9027252d (diff) | |
download | ports-830c04a578df0caa035027f50f53f7241796cd9b.tar.gz ports-830c04a578df0caa035027f50f53f7241796cd9b.zip |
Mark these RESTRICTED, there seems to be a legal problem with the distfiles.
From their http site:
The gd library is temporarily available. We have taken it off the
site until we are able to arrive at an agreement with Unisys regarding
their legal position with respect to gd. Please do not send email asking
for the gd library at this time. We cannot send it to you, at least until
this matter is resolved. Thank you for your understanding.
Boutell.Com, Inc.
Reported by: "Stephen J. Roznowski" <sjr@home.net>
Notes
Notes:
svn path=/head/; revision=20181
Diffstat (limited to 'japanese/gd')
-rw-r--r-- | japanese/gd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/gd/Makefile b/japanese/gd/Makefile index 013678fca857..22f3f514754b 100644 --- a/japanese/gd/Makefile +++ b/japanese/gd/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1998 # Whom: ichiro@ichiro.org # -# $Id: Makefile,v 1.5 1999/05/10 12:23:58 sada Exp $ +# $Id: Makefile,v 1.6 1999/05/11 01:18:45 sada Exp $ # DISTNAME= gd1.3 @@ -20,6 +20,8 @@ MAINTAINER= ichiro@ichiro.org BUILD_DEPENDS= ${PREFIX}/lib/libVFlib2.so:${PORTSDIR}/japanese/vflib +RESTRICTED= unavailable from master site due to legal problems + FETCH_BEFORE_ARGS= -b .include <bsd.port.pre.mk> |