diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 08:44:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 08:44:34 +0800 |
commit | ee5550f266abb6c39cfd87831763a0d760aea198 (patch) | |
tree | 4e49c831b44b57916f9d95b3375a98cc8ad6335c /comms | |
parent | 03bdff6d19d1549a2fbf8352604d806c3937f71e (diff) | |
download | freebsd-ports-gnome-ee5550f266abb6c39cfd87831763a0d760aea198.tar.gz freebsd-ports-gnome-ee5550f266abb6c39cfd87831763a0d760aea198.tar.zst freebsd-ports-gnome-ee5550f266abb6c39cfd87831763a0d760aea198.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')
-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 |