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-toolkits | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) | |
download | ports-ceba2112833ea325577af308d27cad5d00490059.tar.gz ports-ceba2112833ea325577af308d27cad5d00490059.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt145/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt22/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt23/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt30/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/v/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xforms/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 4 |
12 files changed, 31 insertions, 31 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index ee2af7f01b72..aa432d3ed0bb 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $Id: Makefile,v 1.19 1998/06/05 06:33:35 tg Exp $ +# $Id: Makefile,v 1.20 1998/07/01 11:35:32 tg Exp $ # DISTNAME= lesstif-0.85 @@ -19,7 +19,7 @@ MANUAL_PACKAGE_BUILD= do not want to install during interactive build GNU_CONFIGURE= yes # comment this and remove the strip statement in post-install for debugging CONFIGURE_ARGS= --disable-debug -USE_X11= yes +USE_X_PREFIX= yes MAN1= mwm.1 xmbind.1 lesstif.1 MAN3= XmClipboard.3 LessTifInternals.3 \ diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index a72fb65b65f6..d7e6b5a2d3b1 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ +# $Id: Makefile,v 1.19 1998/07/21 14:05:32 asami Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -17,8 +17,8 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 USE_GMAKE= yes -USE_X11= yes -MAKE_ENV+= QTDIR=${WRKSRC} +USE_X_PREFIX= yes +MAKE_ENV= QTDIR=${WRKSRC} MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index 4875b76bb414..338d5d3916ba 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.1.1.1 1997/06/03 22:53:07 asami Exp $ +# $Id: Makefile,v 1.2 1998/02/20 18:39:58 steve Exp $ # DISTNAME= SlingShot2.1 @@ -17,7 +17,7 @@ MAINTAINER= giffunip@asme.org LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib WRKSRC= $(WRKDIR)/sspkg2.1 -USE_X11= yes +USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= OPENWINHOME=$(X11BASE) diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index c50c25c2c768..419f13f3350b 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Feb 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/07/19 06:56:14 dburr Exp $ +# $Id: Makefile,v 1.5 1998/07/25 12:51:12 asami Exp $ # DISTNAME= v-1.19 @@ -16,7 +16,7 @@ BROKEN= fetch WRKSRC= ${WRKDIR}/v -USE_X11= YES +USE_X_PREFIX= YES USE_GMAKE= YES MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 0e3b63405575..824d01b9d4ee 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1997 # Whom: gena # -# $Id: Makefile,v 1.15 1998/02/09 02:02:24 jseger Exp $ +# $Id: Makefile,v 1.16 1998/05/12 06:34:18 tg Exp $ # DISTNAME= bxform-088 @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= gena@NetVision.net.il -USE_X11= yes +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xforms MAN1= fdesign.1 fd2ps.1 MAN5= xforms.5 diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index ca6a48456b24..d16de02b701c 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.10 1996/11/15 16:12:19 erich Exp $ +# $Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp $ # DISTNAME= xview-clients @@ -14,7 +14,7 @@ DEPENDS= ${PORTSDIR}/x11/xview-lib WRKSRC= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients NO_WRKDIR= yes -USE_X11= yes +USE_X_PREFIX= yes do-fetch: do-extract: # don't use NO_EXTRACT, dependency won't work |