summaryrefslogtreecommitdiff
path: root/editors/tetradraw/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 12:29:31 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 12:29:31 +0000
commit2d239fade92167c54914b2781a3e4bac06ec8988 (patch)
tree6d32b60c9b4cc5af0c2395ec3973e9424174e8bd /editors/tetradraw/Makefile
parenteditors/uzap: document ncurses reqmt (USES+=ncurses), respect LDFLAGS (diff)
editors/tetradraw: USES+= ncurses, respect LDFLAGS
Notes
Notes: svn path=/head/; revision=407619
Diffstat (limited to 'editors/tetradraw/Makefile')
-rw-r--r--editors/tetradraw/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile
index 5174db54ecd6..b0be4bad3035 100644
--- a/editors/tetradraw/Makefile
+++ b/editors/tetradraw/Makefile
@@ -13,12 +13,9 @@ COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/tetradraw bin/tetraview
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in
-
.include <bsd.port.mk>