summaryrefslogtreecommitdiff
path: root/emulators/hercules
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-15 08:27:23 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-15 08:27:23 +0000
commite229800b4f44716cc9dc1ab33e29e7351c39fdd8 (patch)
treecf2f4095a7bf0cf6387ae27c289077291e9cf97b /emulators/hercules
parentf968fee99f524ea96758ba8db368d45b163d0507 (diff)
downloadpkgsrc-e229800b4f44716cc9dc1ab33e29e7351c39fdd8.tar.gz
Requires libiconv.
Diffstat (limited to 'emulators/hercules')
-rw-r--r--emulators/hercules/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index c7fa5091276..fa814fdfc87 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/07/09 06:38:15 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/05/15 08:27:23 jperkin Exp $
DISTNAME= hercules-3.11
PKGREVISION= 2
@@ -35,6 +35,7 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/hercules.cnf ${DESTDIR}${PREFIX}/share/examples/hercules/
# ${INSTALL_DATA} ${WRKSRC}/zzsa.cnf ${DESTDIR}${PREFIX}/share/examples/hercules/
-.include "../../mk/pthread.buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"