aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 00:44:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 00:44:34 +0000
commit1490c59f86433f55bdf6340a98c220f23aed8c31 (patch)
treef7e0563cf034d5a9985b0faab9ea768876f6c63e
parent0baa6e2834e9c59849bc68fed0688bc2a242b1a7 (diff)
downloadports-1490c59f86433f55bdf6340a98c220f23aed8c31.tar.gz
ports-1490c59f86433f55bdf6340a98c220f23aed8c31.zip
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Notes
Notes: svn path=/head/; revision=14922
-rw-r--r--cad/irsim/Makefile3
-rw-r--r--cad/mars/Makefile3
-rw-r--r--cad/sis/Makefile3
-rw-r--r--comms/xcept/Makefile3
-rw-r--r--devel/asl/Makefile4
-rw-r--r--devel/ilu/Makefile4
-rw-r--r--editors/xvile/Makefile3
-rw-r--r--emulators/pcemu/Makefile4
-rw-r--r--games/golddig/Makefile3
-rw-r--r--games/ishido/Makefile3
-rw-r--r--games/xevil/Makefile3
11 files changed, 25 insertions, 11 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile
index 556c1d1792c8..82fb50e2ee69 100644
--- a/cad/irsim/Makefile
+++ b/cad/irsim/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Dec 1994
# Whom: swallace
#
-# $Id: Makefile,v 1.7 1996/12/06 08:19:54 swallace Exp $
+# $Id: Makefile,v 1.8 1996/12/06 23:24:36 asami Exp $
#
DISTNAME= irsim-9.4.1
@@ -13,6 +13,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@FreeBSD.org
+USE_XLIB= yes
MAN1= irsim.1
MAN3= irsim-analyzer.3
MAN5= netchange.5
diff --git a/cad/mars/Makefile b/cad/mars/Makefile
index 015fc53e2180..0995c3ebe438 100644
--- a/cad/mars/Makefile
+++ b/cad/mars/Makefile
@@ -4,7 +4,7 @@
# Date created: Mon Nov 18, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.5 1997/02/04 11:32:02 obrien Exp $
+# $Id: Makefile,v 1.6 1997/10/10 06:53:30 obrien Exp $
#
DISTNAME= MaRS-2.1
@@ -24,6 +24,7 @@ MAKEFILE= Makefile.XMotif
.elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
MAKEFILE= Makefile.NoX
.else
+USE_XLIB= yes
MAKEFILE= Makefile.SimpleX
.endif
ALL_TARGET= depend mars
diff --git a/cad/sis/Makefile b/cad/sis/Makefile
index a59fa7f2a4f9..5bcbacb31f2f 100644
--- a/cad/sis/Makefile
+++ b/cad/sis/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 October 1997
# Whom: volf@oasis.IAEhv.nl
#
-# $Id: Makefile,v 1.4 1998/10/11 19:27:08 jseger Exp $
+# $Id: Makefile,v 1.5 1998/10/20 01:27:48 steve Exp $
#
DISTNAME= sis-1.2
@@ -18,6 +18,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= volf@oasis.IAEhv.nl
+USE_XLIB= yes
MAKEFILE= Makefile.FreeBSD
MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \
vst2blif.1 xsis.1
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile
index 325a93251b9e..5637fe188e1e 100644
--- a/comms/xcept/Makefile
+++ b/comms/xcept/Makefile
@@ -3,7 +3,7 @@
# Date created: Sep 1, 1996
# Whom: joerg
#
-# $Id: Makefile,v 1.6 1998/08/28 07:02:05 hoek Exp $
+# $Id: Makefile,v 1.7 1998/08/30 00:54:30 hoek Exp $
#
DISTNAME= xcept-2.1.2
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= joerg@FreeBSD.ORG
+USE_XLIB= yes
MAN1= xcept.1
MAN8= ceptd.8
MANCOMPRESSED= maybe
diff --git a/devel/asl/Makefile b/devel/asl/Makefile
index f596b60ade4e..234749669782 100644
--- a/devel/asl/Makefile
+++ b/devel/asl/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 June 1997
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.4 1998/06/26 01:18:40 asami Exp $
+# $Id: Makefile,v 1.5 1998/06/26 21:36:56 asami Exp $
#
DISTNAME= asl-1.41r7
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= devel/lang/assemblers
MAINTAINER= ports@FreeBSD.org
+BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86
+
MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1
post-extract:
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile
index 59b55fbd0230..89a5e9fffe58 100644
--- a/devel/ilu/Makefile
+++ b/devel/ilu/Makefile
@@ -3,7 +3,7 @@
# Date created: 29.9.1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.13 1998/10/08 18:48:56 cracauer Exp $
+# $Id: Makefile,v 1.14 1998/11/14 09:43:07 asami Exp $
#
DISTNAME= ilu-2.0alpha12
@@ -16,6 +16,8 @@ PATCHFILES= ${DISTNAME}-patches.html.gz
MAINTAINER= cracauer@cons.org
+BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86
+
CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix
NO_WRKSUBDIR= yes
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 5b8a626e8e0a..dc96b3f958a0 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Nov 26, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.15 1998/06/04 20:42:03 gj Exp $
+# $Id: Makefile,v 1.16 1998/06/27 05:19:53 asami Exp $
#
DISTNAME= vile-8.0
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gj@freebsd.org
+USE_XLIB= yes
MAKEFILE= makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} ${WITH_PERL}
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index bca4d719e1ef..0948243c0ad0 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.10 1998/08/02 18:21:40 joerg Exp $
+# $Id: Makefile,v 1.11 1998/10/25 18:28:52 fenner Exp $
#
DISTNAME= pcemu1.01alpha
@@ -33,4 +33,6 @@ MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/
MAINTAINER= joerg@FreeBSD.org
+USE_XLIB= yes
+
.include <bsd.port.mk>
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index cc9762cf820c..434f980e6ba5 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1996/11/18 13:58:43 asami Exp $
+# $Id: Makefile,v 1.7 1997/01/03 09:36:40 obrien Exp $
#
DISTNAME= golddig2
@@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
+USE_XLIB= yes
MAN6= golddig.6
pre-patch:
diff --git a/games/ishido/Makefile b/games/ishido/Makefile
index cc23d68faf10..bfe6113fd616 100644
--- a/games/ishido/Makefile
+++ b/games/ishido/Makefile
@@ -4,7 +4,7 @@
# Date created: Wed June 24, 1998
# Whom: Steven H. Samorodin (samorodi@NUXI.com)
#
-# $Id: Makefile,v 1.16 1998/01/14 02:40:04 obrien Exp $
+# $Id: Makefile,v 1.1.1.1 1998/06/25 08:04:11 obrien Exp $
#
DISTNAME= ishido-1.1
@@ -14,6 +14,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \
MAINTAINER= samorodi@NUXI.com
+USE_XLIB= yes
MAN6= ishido.6
do-install:
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index aa588da331ba..c72d4f7df3a3 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 May 1995
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.6 1998/08/23 07:34:41 hoek Exp $
#
PKGNAME= xevil-1.5
@@ -14,6 +14,7 @@ DISTFILES= xevil1.5.tar.Z
MAINTAINER= jmz@FreeBSD.org
+USE_XLIB= yes
MAN6= xevil.6
MANCOMPRESSED= yes