diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-12 05:28:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-12 05:28:54 +0000 |
commit | e63d7bd8b8796ae4745341922e1aa67654f4fd85 (patch) | |
tree | d57e1f7584859101fcc8974435cce1676a8fd1e3 | |
parent | 92efbf984b188c0b727ad2ced2f069a68dbfb406 (diff) |
Reformat.
Notes
Notes:
svn path=/head/; revision=4957
-rw-r--r-- | math/calctool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 121ba33cdbff..5cb0b1e227ff 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1996 # Whom: nsayer@quack.kfu.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/12/12 03:46:31 erich Exp $ # DISTNAME= calctool-2.4pl13 @@ -12,7 +12,8 @@ CATEGORIES= math MASTER_SITES= ftp://ftp.kfu.com/pub/ MAINTAINER= nsayer@quack.kfu.com + USE_X11= yes -MAN1= calctool.1 +MAN1= calctool.1 .include <bsd.port.mk> |