diff options
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 |