diff options
author | asami <asami@FreeBSD.org> | 1996-12-12 05:28:54 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-12 05:28:54 +0000 |
commit | 0720f3c0c9e18a200347127f9fd162784e83f1b0 (patch) | |
tree | 43b9c3214062f01aa622984fa180589ae7bbdf0b /math/calctool/Makefile | |
parent | d28eda672d20cd325ea002d0cd43287d390f25a7 (diff) | |
download | FreeBSD-ports-0720f3c0c9e18a200347127f9fd162784e83f1b0.zip FreeBSD-ports-0720f3c0c9e18a200347127f9fd162784e83f1b0.tar.gz |
Reformat.
Diffstat (limited to 'math/calctool/Makefile')
-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 121ba33..5cb0b1e 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> |