diff options
author | asami <asami@FreeBSD.org> | 1998-11-20 01:12:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-20 01:12:26 +0000 |
commit | e0687c826534fa046d6058ebbd10ac23f6e9974e (patch) | |
tree | 4198bc676909dfd345e790cd966f6dc11de7fe47 /print | |
parent | 213bf5ca24cd2cc9706f1eab78a5ab8088bcee05 (diff) | |
download | FreeBSD-ports-e0687c826534fa046d6058ebbd10ac23f6e9974e.zip FreeBSD-ports-e0687c826534fa046d6058ebbd10ac23f6e9974e.tar.gz |
Comment out RUN_DEPENDS, enscript specifies default paper size and you
probably do not want that when you are just installing fonts.
Diffstat (limited to 'print')
-rw-r--r-- | print/enscriptfonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/enscriptfonts/Makefile b/print/enscriptfonts/Makefile index 490e09a..38c582f 100644 --- a/print/enscriptfonts/Makefile +++ b/print/enscriptfonts/Makefile @@ -3,7 +3,7 @@ # Date created: 15 June, 1998 # Whom: kline # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/20 02:30:58 steve Exp $ # DISTNAME= enscript_fonts-0.75 @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= kline@thought.org -RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript +# user should choose their own version +#RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter NO_WRKSUBDIR= YES NOMANCOMPRESS= YES |