diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
commit | 1490c59f86433f55bdf6340a98c220f23aed8c31 (patch) | |
tree | f7e0563cf034d5a9985b0faab9ea768876f6c63e /emulators/pcemu | |
parent | Create ${PREFIX}/bin before cat'ing a file into it. (diff) |
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/Makefile | 4 |
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> |