git: 597453e51f4c - main - multimedia/libquvi09: Add missing USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=597453e51f4ce4f0b4fb265aa5a8e9437f74a595 commit 597453e51f4ce4f0b4fb265aa5a8e9437f74a595 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:03:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:03:09 +0000 multimedia/libquvi09: Add missing USE_LDCONFIG --- multimedia/libquvi09/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/multimedia/libquvi09/Makefile b/multimedia/libquvi09/Makefile index 4709f91a3f7d..9b5aa2a6d8ac 100644 --- a/multimedia/libquvi09/Makefile +++ b/multimedia/libquvi09/Makefile @@ -4,7 +4,7 @@ PORTNAME= libquvi PORTVERSION= 0.9.4 PORTREVISION= 4 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/libquvi/ \ LOCAL/sunpoet PKGNAMESUFFIX= 09 @@ -20,17 +20,18 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt RUN_DEPENDS= libquvi-scripts09>=0.9:multimedia/libquvi-scripts09 -OPTIONS_DEFINE= DOCS - USES= gnome iconv libtool lua pathfix pkgconfig tar:xz +USE_GNOME= glib20 CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_GNOME= glib20 +USE_LDCONFIG= yes PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R} +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure