diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /misc/kp | |
parent | (1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it (diff) |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Notes
Notes:
svn path=/head/; revision=12289
Diffstat (limited to 'misc/kp')
-rw-r--r-- | misc/kp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 4fe7817b7ce5..3f669b7950b1 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/11/17 09:05:59 obrien Exp $ +# $Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp $ # DISTNAME= kp-0.96 @@ -14,7 +14,7 @@ MAINTAINER= asami@FreeBSD.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 -USE_X11= yes +USE_X_PREFIX= yes MAN1= kp.1 .include <bsd.port.mk> |