Index: head/editors/wordgrinder/Makefile =================================================================== --- head/editors/wordgrinder/Makefile (revision 426531) +++ head/editors/wordgrinder/Makefile (revision 426532) @@ -1,64 +1,64 @@ # Created by: Vitaly Magerya # $FreeBSD$ PORTNAME= wordgrinder PORTVERSION= 0.6 CATEGORIES= editors MAINTAINER= vmagerya@gmail.com COMMENT= Simple Unicode-aware console and X11-based word processor RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem USE_GITHUB= yes GH_ACCOUNT= davidgiven -USES= gmake lua:52 +USES= gmake lua:52 ncurses PLIST_FILES= bin/wordgrinder \ share/doc/wordgrinder/README.wg \ man/man1/wordgrinder.1.gz OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 X11_DESC= Support running in an X window in addition to console X11_PLIST_FILES=bin/xwordgrinder X11_USE= xorg=x11,xft X11_USES= pkgconfig X11_ALL_TARGET_OFF=unix post-patch: ${REINPLACE_CMD} \ -e '/hide = /s/@//' \ -e '/cc := gcc/s|gcc|${CC}|' \ -e '/LUA_INCLUDE := /s|= .*|= ${LUA_INCDIR}|' \ -e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \ -e 's|-llua5.2|-llua-${LUA_VER}|' \ -e 's|$$(hide)lua|$$(hide)${LUA_CMD}|' \ -e '/PREFIX = /d' \ -e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \ -e '/install /s|share/man/man1|man/man1|' \ -e '/NCURSES_CFLAGS :=/s|=.*|=|' \ -e '/NCURSES_LIB :=/s|=.*|= -lncursesw|' \ -e '/X11_CFLAGS :=/s|=.*|= $$(shell pkg-config --cflags x11 xft)|' \ -e '/X11_LIB :=/s|=.*|= $$(shell pkg-config --libs x11 xft)|' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} \ -e '/#include Index: head/emulators/kcemu/Makefile =================================================================== --- head/emulators/kcemu/Makefile (revision 426531) +++ head/emulators/kcemu/Makefile (revision 426532) @@ -1,41 +1,41 @@ # Created by: Hardy Schumacher # $FreeBSD$ PORTNAME= kcemu PORTVERSION= 0.5.1 PORTREVISION= 9 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} MAINTAINER= hardy.schumacher@gmx.de COMMENT= KC85 emulator BUILD_DEPENDS= pngtopnm:graphics/netpbm LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libavformat.so:multimedia/ffmpeg \ libdirac_encoder.so:multimedia/dirac \ libschroedinger-1.0.so:multimedia/schroedinger \ libsndfile.so:audio/libsndfile \ libtheora.so:multimedia/libtheora \ libvncserver.so:net/libvncserver \ libxvidcore.so:multimedia/xvid \ libz80ex.so:devel/z80ex GNU_CONFIGURE= yes USE_XORG= xmu USE_GNOME= gtk20 -USES= gettext pkgconfig +USES= gettext ncurses pkgconfig LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/KCemu-${PORTVERSION} CONFIGURE_ARGS+=--disable-libmp3lame \ --disable-libflac \ --disable-libgif DESKTOP_ENTRIES="KCemu" "${COMMENT}" \ "${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \ "System;Emulator;" "true" .include