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 /cad/sis | |
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 'cad/sis')
-rw-r--r-- | cad/sis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |