diff options
author | tg <tg@FreeBSD.org> | 1999-06-28 13:35:05 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-28 13:35:05 +0000 |
commit | 5a6f7537309c3fed8f2578d52ac7a9cb65ea2eaa (patch) | |
tree | 8485abe3c6bfabd4d9deebcd7ab7d85db260b628 /graphics | |
parent | d6144ff08543f0df36a5c780b95ce7af47f5f436 (diff) | |
download | FreeBSD-ports-5a6f7537309c3fed8f2578d52ac7a9cb65ea2eaa.zip FreeBSD-ports-5a6f7537309c3fed8f2578d52ac7a9cb65ea2eaa.tar.gz |
Uncomment NO_PACKAGE again.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 57ada15..db413c4 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/10/05 02:57:52 steve Exp $ +# $Id: Makefile,v 1.7 1999/06/28 13:22:46 tg Exp $ # DISTNAME= graphviz_1_4.src.unix @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 RESTRICTED= "Cannot be fetched without license" -#NO_PACKAGE= ${RESTRICTED} +NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/gv1.4 MAKEFILE= makefile |