summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-02-23 03:51:47 +0000
committerkristerw <kristerw>2004-02-23 03:51:47 +0000
commitdc10a7e4ec67a853c6fc0cc955690eb7591216f5 (patch)
tree606c84dda88427524e74fc9faa441e29e4b14dd4
parenta90a265372524569e394f332a7a49c33cf19eb62 (diff)
downloadpkgsrc-dc10a7e4ec67a853c6fc0cc955690eb7591216f5.tar.gz
This package uses X11 includes/libraries, so USE_X11 must be "yes" for
it to build.
-rw-r--r--security/ssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 62fe2111352..ce4eee6b1c9 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2004/02/23 00:33:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.111 2004/02/23 03:51:47 kristerw Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -29,6 +29,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
# the next line is needed if you have the gmp package installed
LDFLAGS+= -Lgmp-2.0.2-ssh-2
GNU_CONFIGURE= YES
+USE_X11= YES
USE_BUILDLINK3= YES
.include "../../mk/bsd.prefs.mk"