diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-06 02:43:32 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-06 02:43:32 +0800 |
commit | 1b15721431a5a516dc86f0817cc3fc04e8dd1c2b (patch) | |
tree | 073d940cfbb554a14de1b7d4c3c457e94ab19019 /editors | |
parent | ae52b409950779cca5e28d76304c2f8759be8f0c (diff) | |
download | freebsd-ports-gnome-1b15721431a5a516dc86f0817cc3fc04e8dd1c2b.tar.gz freebsd-ports-gnome-1b15721431a5a516dc86f0817cc3fc04e8dd1c2b.tar.zst freebsd-ports-gnome-1b15721431a5a516dc86f0817cc3fc04e8dd1c2b.zip |
editors/mined: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mined/Makefile | 2 | ||||
-rw-r--r-- | editors/mined/files/patch-src__makefile.bsd | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 13e5c23303b5..ac9cd85b8aec 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * -USES= gmake desktop-file-utils +USES= desktop-file-utils gmake ncurses MAKEFILE= makefile REINPLACE_ARGS= -i "" MAKE_ARGS= GMAKE="${MAKE_CMD}" CC="${CC}" OPT="${CFLAGS}" diff --git a/editors/mined/files/patch-src__makefile.bsd b/editors/mined/files/patch-src__makefile.bsd index 0ae3d321b179..5da8fcd1c042 100644 --- a/editors/mined/files/patch-src__makefile.bsd +++ b/editors/mined/files/patch-src__makefile.bsd @@ -18,7 +18,15 @@ #INSTALL = install --mode=+r,u+w INSTALL = install -m 644 -@@ -114,7 +114,7 @@ GLDOPTS= # -[B]static links statically +@@ -54,6 +54,7 @@ liblist = \ + ls /lib/libtermcap.so* $(LIBDIR)/libtermcap.so*; \ + ls /lib/libncursesw.so* $(LIBDIR)/libncursesw.so*; \ + ls /lib/libncurses.so* $(LIBDIR)/libncurses.so*; \ ++ ls /usr/local/lib/libncurses.so; \ + + + # select first library found from list, replace with -l... if static +@@ -114,7 +115,7 @@ GLDOPTS= # -[B]static links statically # compiler selection and compiler-specific options # (source warnings, optimisation and debug) |