diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-23 03:51:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-23 03:51:47 +0000 |
commit | 9b0b0b3499d32a02e9d5b98efcdcfbf9c34982e0 (patch) | |
tree | 606c84dda88427524e74fc9faa441e29e4b14dd4 /security/ssh | |
parent | 8750601d285674dd257a69517d5e4479fb58963f (diff) | |
download | pkgsrc-9b0b0b3499d32a02e9d5b98efcdcfbf9c34982e0.tar.gz |
This package uses X11 includes/libraries, so USE_X11 must be "yes" for
it to build.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
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" |