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 /sysutils | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) | |
download | ports-ceba2112833ea325577af308d27cad5d00490059.tar.gz ports-ceba2112833ea325577af308d27cad5d00490059.zip |
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 'sysutils')
-rw-r--r-- | sysutils/xlogmaster/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile index b2390d16b7c6..aa0368464e9f 100644 --- a/sysutils/xlogmaster/Makefile +++ b/sysutils/xlogmaster/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Adrian Wontroba <aw1@stade.co.uk> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/12 22:49:03 steve Exp $ # DISTNAME= xlogmaster-1.2.2 @@ -21,7 +21,7 @@ USE_GMAKE= yes MAN1= xlogmaster.1 WRKSRC= ${WRKDIR}/xlogmaster -USE_X11= yes +USE_X_PREFIX= yes NO_PACKAGE= ignores cflags post-install: diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 0eac44a2ac96..3f6d47617c31 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.4 1998/05/22 06:36:00 mph Exp $ +# $Id: Makefile,v 1.5 1998/06/04 20:33:16 steve Exp $ # DISTNAME= xosview-1.6.1.a @@ -14,7 +14,7 @@ MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \ MAINTAINER= handy@physics.montana.edu FETCH_BEFORE_ARGS= -b -USE_X11= yes +USE_X_PREFIX= yes HAS_CONFIGURE= yes MAN1= xosview.1 |