aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-24 09:03:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-09-24 13:11:52 +0000
commit6ee810855acaf9e1ac220ea30ca1bdd9315e5e4b (patch)
tree449a37a17b6826971a6a9bde5e612320279f62a6
parent0f8d4e530763194051d20cceb4c739550bf0b6b1 (diff)
downloadports-6ee810855acaf9e1ac220ea30ca1bdd9315e5e4b.tar.gz
ports-6ee810855acaf9e1ac220ea30ca1bdd9315e5e4b.zip
devel/lfcbase: add missing USES=ncurses
While here, drop the regeneration of the configure script which is not necessary, use INSTALL_TARGET to call the install-strip target provided by the autotools, instead of manually stripping.
-rw-r--r--devel/lfcbase/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index 3574a3073605..5bd68ab50070 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -10,12 +10,10 @@ LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= autoreconf libtool
+USES= libtool ncurses
+INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2
-
.include <bsd.port.mk>