diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-24 05:57:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-24 05:57:48 +0000 |
commit | e4bd3d9abd5d09f0e2c8405eb99d24313a823772 (patch) | |
tree | 088b04f4ecdfc6496586a34e1a60fbf5a11f7526 /math/apc | |
parent | 452e9a95d3c40e04cf64264d3b965b0a37f96e1e (diff) | |
download | ports-e4bd3d9abd5d09f0e2c8405eb99d24313a823772.tar.gz ports-e4bd3d9abd5d09f0e2c8405eb99d24313a823772.zip |
Notes
Diffstat (limited to 'math/apc')
-rw-r--r-- | math/apc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index 8f91c10f57dd..5705b2a16690 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -3,7 +3,7 @@ # Date created: May 1 1997 # Whom: Eric A. Griff <eagriff@global2000.net> # -# $Id: Makefile,v 1.4 1998/08/07 23:56:30 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/17 00:46:32 steve Exp $ # DISTNAME= apc-1.0 @@ -14,8 +14,8 @@ MAINTAINER= eagriff@global2000.net LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms -USE_X_PREFIX= YES +USE_X_PREFIX= yes MAN1= apc.1 -MANCOMPRESSED= YES +MANCOMPRESSED= yes .include <bsd.port.mk> |