diff options
author | gls <gls> | 2011-11-24 20:07:48 +0000 |
---|---|---|
committer | gls <gls> | 2011-11-24 20:07:48 +0000 |
commit | 1a3a941e4513bf0d06a7876c737250122d29d0a0 (patch) | |
tree | 88d8dada3269f5527cc5e7f4d44e157011b0b564 /x11/x3270 | |
parent | 68558e11c263b7c018c1c9a96a5694e1f669867a (diff) | |
download | pkgsrc-1a3a941e4513bf0d06a7876c737250122d29d0a0.tar.gz |
Depend on openssl.
Spotted in a Linux bulk build by sbd@
PKGREV++
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index b1efbcc3191..5a23bb1e80b 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2011/10/09 05:26:08 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2011/11/24 20:07:48 gls Exp $ DISTNAME= suite3270-3.3.12ga7-src PKGNAME= x3270-3.3.12ga7 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/} EXTRACT_SUFX= .tgz @@ -29,6 +30,7 @@ EGDIR= ${PREFIX}/share/examples/x3270 CONF_FILES= ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts INSTALLATION_DIRS+= ${EGDIR} +.include "../../security/openssl/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/xbitmaps/buildlink3.mk" |