diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 08:44:34 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 08:44:34 +0800 |
commit | 1490c59f86433f55bdf6340a98c220f23aed8c31 (patch) | |
tree | f7e0563cf034d5a9985b0faab9ea768876f6c63e /comms/xcept | |
parent | 0baa6e2834e9c59849bc68fed0688bc2a242b1a7 (diff) | |
download | freebsd-ports-gnome-1490c59f86433f55bdf6340a98c220f23aed8c31.tar.gz freebsd-ports-gnome-1490c59f86433f55bdf6340a98c220f23aed8c31.tar.zst freebsd-ports-gnome-1490c59f86433f55bdf6340a98c220f23aed8c31.zip |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Diffstat (limited to 'comms/xcept')
-rw-r--r-- | comms/xcept/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |