aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rw-r--r--news/golded+/Makefile2
-rw-r--r--news/golded+/files/patch-golded3_Makefile11
2 files changed, 12 insertions, 1 deletions
diff --git a/news/golded+/Makefile b/news/golded+/Makefile
index 29e37a2e7c04..7269c14bfbc0 100644
--- a/news/golded+/Makefile
+++ b/news/golded+/Makefile
@@ -12,7 +12,7 @@ SNAPDATE= 20110223
MAINTAINER= fjoe@FreeBSD.org
COMMENT= GoldEd+ (FTN message editor)
-USES= tar:bzip2 gmake
+USES= gmake ncurses tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/news/golded+/files/patch-golded3_Makefile b/news/golded+/files/patch-golded3_Makefile
new file mode 100644
index 000000000000..89c5311d5f15
--- /dev/null
+++ b/news/golded+/files/patch-golded3_Makefile
@@ -0,0 +1,11 @@
+--- golded3/Makefile.orig 2011-02-19 22:37:43 UTC
++++ golded3/Makefile
+@@ -36,7 +36,7 @@ endif
+ include $(TOP)/GNUmakef.inc
+
+ ifeq ($(USE_NCURSES),1)
+-STDLIBS+= $(LIBCURSES)
++STDLIBS+= $(LDFLAGS) $(LIBCURSES)
+ endif
+
+ include $(TOP)/GNUmakef.prg