diff options
author | asami <asami@FreeBSD.org> | 1996-12-12 13:28:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-12 13:28:54 +0800 |
commit | 0720f3c0c9e18a200347127f9fd162784e83f1b0 (patch) | |
tree | 43b9c3214062f01aa622984fa180589ae7bbdf0b /math | |
parent | d28eda672d20cd325ea002d0cd43287d390f25a7 (diff) | |
download | freebsd-ports-gnome-0720f3c0c9e18a200347127f9fd162784e83f1b0.tar.gz freebsd-ports-gnome-0720f3c0c9e18a200347127f9fd162784e83f1b0.tar.zst freebsd-ports-gnome-0720f3c0c9e18a200347127f9fd162784e83f1b0.zip |
Reformat.
Diffstat (limited to 'math')
-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> |