diff options
author | garbled <garbled> | 1999-04-26 19:15:37 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 19:15:37 +0000 |
commit | f283e2b6585c6c1328766c0f30da6596ade1c397 (patch) | |
tree | 788d4eb9e0fe8c9210ba3a10a6b57f961c9429ff /net/zephyr/Makefile | |
parent | ea1e2ea86726e94f9027d32f5eddc551cdd7d1fc (diff) | |
download | pkgsrc-f283e2b6585c6c1328766c0f30da6596ade1c397.tar.gz |
add USE_X11=yes
Diffstat (limited to 'net/zephyr/Makefile')
-rw-r--r-- | net/zephyr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 646dbeae3a6..47429c53835 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/13 15:31:06 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/04/26 19:15:39 garbled Exp $ # DISTNAME= zephyr-2.0.4 @@ -15,6 +15,7 @@ CONFIGURE_ARGS+="--with-krb4" CONFIGURE_ENV+=CPPFLAGS=-I/usr/include/kerberosIV .endif +USE_X11= yes GNU_CONFIGURE= yes ZEPHYR_RCDIR= ${PREFIX}/etc/rc.d |