aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcemu
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 /emulators/pcemu
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
Diffstat (limited to 'emulators/pcemu')
-rw-r--r--emulators/pcemu/Makefile4
1 files changed, 3 insertions, 1 deletions
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>