summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>1999-07-01 14:21:59 +0000
committermrg <mrg@pkgsrc.org>1999-07-01 14:21:59 +0000
commit9f0b9921855242e5e79336a46cb8d6e6fea5e11d (patch)
treefee648197c728a2a7d1e1583f1ad7260cebab8d0 /security
parent2483d2da50ab66754def5a35bf65a622e7a76330 (diff)
downloadpkgsrc-9f0b9921855242e5e79336a46cb8d6e6fea5e11d.tar.gz
add --x-{libraries,includes}= if xpkgwedge.
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 76df46ab70e..ad886bfa809 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 1999/06/28 14:40:48 agc Exp $
+# $NetBSD: Makefile,v 1.49 1999/07/01 14:21:59 mrg Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -66,6 +66,11 @@ DEPENDS+= socks5-1.0.2:../../net/socks5
.endif
.endif
+# Find X11 libraries with xpkgwedge
+.if defined(USE_LOCALBASE_FOR_X11)
+CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
+.endif
+
# Enable support for TIS authentication server
.if defined(USE_TIS) && ${USE_TIS} == YES
CONFIGURE_ARGS+= --with-tis=${LOCALBASE}