summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-08 09:36:51 +0000
committeragc <agc@pkgsrc.org>2002-01-08 09:36:51 +0000
commit8ddadc7e0ea13de8208f22aa6f656983c10d0b99 (patch)
tree808fe238a084474047dfa99456a9e6b69bf77d93 /security/ssh
parente7d109a6826a71bdef0be25789a49353c391450b (diff)
downloadpkgsrc-8ddadc7e0ea13de8208f22aa6f656983c10d0b99.tar.gz
Remove references to the USE_LOCALBASE_FOR_X11 definition, which was
removed some time ago.
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index e8460587a3a..59d11dbe49a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2001/12/05 16:03:57 agc Exp $
+# $NetBSD: Makefile,v 1.96 2002/01/08 09:36:52 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -117,11 +117,6 @@ CONFIGURE_ARGS+= --with-krb4=/usr
#CONFIGURE_ARGS+=--without-krb5
#.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}