diff options
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r-- | emulators/hercules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index e7bae12..92a3788 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -16,7 +16,7 @@ COMMENT= The Hercules System/370, ESA/390, and z/Architecture Emulator GNU_CONFIGURE= yes USE_REINPLACE= yes -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext post-patch: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure |