diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 78da40aa98fcf6cb07ce5586fa21a0ebbf344900 (patch) | |
tree | 137406de20fa3d6cc8b974ee1cecac3ea2105c30 /emulators | |
parent | b6d2dde3b5f30ac582771ce6f232d0b08b60b648 (diff) | |
download | ports-78da40aa98fcf6cb07ce5586fa21a0ebbf344900.tar.gz ports-78da40aa98fcf6cb07ce5586fa21a0ebbf344900.zip |
Now gettext 0.12.1 is gettext-old.
Notes
Notes:
svn path=/head/; revision=98909
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 |