diff options
| author | Älven <alster@vinterdalen.se> | 2025-03-31 03:50:09 +0300 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-03-31 04:28:37 +0300 |
| commit | 5aaeca11bf433c6383119100ca45aa8c80f52eba (patch) | |
| tree | 4046afaaf64edd11c910f282d8e1b7a4a76ce745 | |
| parent | ce10d122e2be9439245731e1dddf91e6e9da8ba6 (diff) | |
multimedia/motion: Fix build with NLS=off: Can't exec "autopoint"
Can't exec "autopoint": No such file or directory at /usr/local/share/autoconf2.72/Autom4te/FileUtils.pm line 318.
autoreconf2.72: error: autopoint failed with exit status: 2
===> Mk/Uses/autoreconf.mk: Error running /usr/local/bin/autoreconf2.72
While here remove GNU_CONFIGURE_MANPREFIX as it's a default value now.
No bump - the default build has not changed.
PR: 282531
Approved by: ports@blievers.net (maintainer)
MFH: 2025Q1
(cherry picked from commit 97af0fc015b040e9b49280a55ff3c3120ef16b05)
| -rw-r--r-- | multimedia/motion/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 1e465c6ba3bb..9eefc455751d 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libwebp.so:graphics/webp \ libmicrohttpd.so:www/libmicrohttpd # USES block -USES= autoreconf cpe gmake jpeg localbase pkgconfig +USES= autoreconf cpe gettext-tools gmake jpeg localbase pkgconfig CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes @@ -27,7 +27,6 @@ GH_ACCOUNT= Motion-Project USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # Standard bsd.port.mk variables SUB_FILES= pkg-message |
