diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | 29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch) | |
tree | 3bb5b393873800151e81765a428cde4ee349f14b /editors | |
parent | a6079bdd0586409f9612215ee38ad459104e2d51 (diff) | |
download | FreeBSD-ports-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip FreeBSD-ports-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz |
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 'editors')
-rw-r--r-- | editors/e93/Makefile | 4 | ||||
-rw-r--r-- | editors/gxedit/Makefile | 4 | ||||
-rw-r--r-- | editors/nedit/Makefile | 4 | ||||
-rw-r--r-- | editors/offix-editor/Makefile | 4 | ||||
-rw-r--r-- | editors/wily/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index ef42efa..e0fcf79 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.17 1998/03/17 07:29:51 tg Exp $ +# $Id: Makefile,v 1.18 1998/03/17 07:48:56 tg Exp $ # DISTNAME= e93-1.2r6X @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 MAKEFILE= makefile -USE_X11= yes +USE_X_PREFIX= yes .if !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes # asks "ok?" about license diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 6d9417e..37bebe2 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -3,7 +3,7 @@ # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.7 1998/07/20 18:51:39 steve Exp $ +# $Id: Makefile,v 1.8 1998/07/31 15:39:37 jseger Exp $ # DISTNAME= GXedit1.07 @@ -17,7 +17,7 @@ MAINTAINER= dom@myrddin.demon.co.uk LIB_DEPENDS= gtk\\.1\\.4:${PORTSDIR}/x11/gtk EXTRACT_BEFORE_ARGS= -xf -USE_X11= yes +USE_X_PREFIX= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index c0f007f..c0902a9 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 diff --git a/editors/offix-editor/Makefile b/editors/offix-editor/Makefile index 8e0a0cf..00478c6 100644 --- a/editors/offix-editor/Makefile +++ b/editors/offix-editor/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jun 1997 # Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/06 12:18:24 tg Exp $ # DISTNAME= Editor-2.4 @@ -19,7 +19,7 @@ LIB_DEPENDS= Dnd\\.1\\.:${PORTSDIR}/x11/libdnd \ GNU_CONFIGURE= YES USE_GMAKE= YES -USE_X11= YES +USE_X_PREFIX= YES MAN1= editor.1 .include <bsd.port.mk> diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 22b074a..ea44eda 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1997 # Whom: koshy # -# $Id: Makefile,v 1.1.1.1 1997/11/17 11:53:02 tg Exp $ +# $Id: Makefile,v 1.2 1998/07/07 11:39:46 jkoshy Exp $ # DISTNAME= wily-0.13.36 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jkoshy@freebsd.org -USE_X11= YES +USE_X_PREFIX= YES GNU_CONFIGURE= YES WILYDOCDIR= ${PREFIX}/share/doc/wily |