diff options
author | asami <asami@FreeBSD.org> | 1998-11-26 05:24:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-26 05:24:59 +0000 |
commit | 912bcf6942599856c3210ac52c71f8f736df7d30 (patch) | |
tree | e16b93bd7dc30560972ad5afcbdf6f18f127ebcd | |
parent | 6127950ee150ee80b628a58dd0fcdb2861b38da1 (diff) | |
download | FreeBSD-ports-912bcf6942599856c3210ac52c71f8f736df7d30.zip FreeBSD-ports-912bcf6942599856c3210ac52c71f8f736df7d30.tar.gz |
Mark this NO_CDROM; this depends on glimpse, and it will hang forever
if it can't find it.
-rw-r--r-- | www/webglimpse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile index ecbcfa4..14623c6 100644 --- a/www/webglimpse/Makefile +++ b/www/webglimpse/Makefile @@ -4,7 +4,7 @@ # Date created: 2 Nov 1998 # Whom: ache # -# $Id: Makefile,v 1.3 1998/11/04 04:16:57 ache Exp $ +# $Id: Makefile,v 1.5 1998/11/07 12:39:29 ache Exp $ # DISTNAME= webglimpse-1.6.src @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/webglimpse-1.6.edu MAINTAINER= ache@freebsd.org +NO_CDROM= depends on glimpse USE_PERL5= YES NO_BUILD= YES |