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 /editors/nedit | |
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 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index c0f007f4bb93..c0902a9082a2 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -3,7 +3,7 @@ # Date created: 7 April 1996 # Whom: Daniel Eischen <deischen@iworks.InterWorks.org> # -# $Id: Makefile,v 1.11 1998/07/27 23:24:14 asami Exp $ +# $Id: Makefile,v 1.12 1998/07/28 06:34:31 hoek Exp $ # DISTNAME= nedit-5.0.2 @@ -17,7 +17,7 @@ MAINTAINER= deischen@iworks.InterWorks.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm REQUIRES_MOTIF= yes -USE_X11= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes EXTRACT_ONLY= nedit_source.tar.gz MAN1= nedit.1 nc.1 |