summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-11-24 20:07:48 +0000
committergls <gls@pkgsrc.org>2011-11-24 20:07:48 +0000
commitbea54abcff1a97815f85b32f0a26dc995028c8ed (patch)
tree88d8dada3269f5527cc5e7f4d44e157011b0b564 /x11
parent4adac8df116051e769ab7ac9afe3e0fddb2a47c7 (diff)
downloadpkgsrc-bea54abcff1a97815f85b32f0a26dc995028c8ed.tar.gz
Depend on openssl.
Spotted in a Linux bulk build by sbd@ PKGREV++
Diffstat (limited to 'x11')
-rw-r--r--x11/x3270/Makefile4
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"