diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /emulators | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.zst freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/hercules/Makefile | 2 | ||||
-rw-r--r-- | emulators/xsystem35/Makefile | 2 |
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 |