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 /x11/xlockmore | |
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.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 5d01b0f69f0d..2b75855e5c01 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.35 1998/07/20 16:37:51 asami Exp $ +# $Id: Makefile,v 1.36 1998/07/21 07:09:04 tg Exp $ # DISTNAME= xlockmore-4.11 @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+= --enable-kerberos4 .endif -USE_X11= yes +USE_X_PREFIX= yes MAN1= xlock.1 OSVERSION!= sysctl -n kern.osreldate |