summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-05-15 08:27:23 +0000
committerjperkin <jperkin>2017-05-15 08:27:23 +0000
commiteb9585a722363e4eead55a6a9ee6992c338f8d24 (patch)
treebde45fe966d85ee92c1e2397fdacce797579e9fb /emulators
parent42016ce44b33ee4f130857b367bb39b0ee1b72b8 (diff)
downloadpkgsrc-eb9585a722363e4eead55a6a9ee6992c338f8d24.tar.gz
Requires libiconv.
Diffstat (limited to 'emulators')
-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"