diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 18:59:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 18:59:49 +0000 |
commit | cdead12b74c8964c4d14e632284b8fe02be40e9b (patch) | |
tree | 70bbe06ac58d064ffb95a2f9fad60a5bbd5e3b84 /editors/uemacs | |
parent | 3537fff8947cf414b6c384b8fdb99f15a6e99b6f (diff) | |
download | ports-cdead12b74c8964c4d14e632284b8fe02be40e9b.tar.gz ports-cdead12b74c8964c4d14e632284b8fe02be40e9b.zip |
Notes
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 2f32edcd8300..c2dfb72413ee 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -13,10 +13,12 @@ COMMENT= Full screen editor NO_CDROM= Resale allowed for media cost only NO_WRKSUBDIR= yes -USES= dos2unix zip +USES= dos2unix ncurses zip EXTRACT_BEFORE_ARGS= -Lq post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c + @${REINPLACE_CMD} -e 's|-ltermcap|${LDFLAGS} -lncurses|g' \ + ${WRKSRC}/freebsd/makefile .include <bsd.port.mk> |