aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gxmame/Makefile2
-rw-r--r--emulators/hercules/Makefile2
-rw-r--r--emulators/xsystem35/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile
index 60fa241d06c7..3cb2d8d772c8 100644
--- a/emulators/gxmame/Makefile
+++ b/emulators/gxmame/Makefile
@@ -17,7 +17,7 @@ COMMENT= GXmame is a GTK frontend for xmame
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- intl.5:${PORTSDIR}/devel/gettext
+ intl.5:${PORTSDIR}/devel/gettext-old
USE_GZIP= yes
USE_XLIB= yes
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index b8f578d75368..b76cc04e9c6c 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -17,7 +17,7 @@ COMMENT= The Hercules System/370, ESA/390, and z/Architecture Emulator
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
post-patch:
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 44a1e4d5e232..abaa53892d59 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -40,7 +40,7 @@ PATCHES= pastel.diff
.include <bsd.port.pre.mk>
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config