Skip to content

Commit

Permalink
multimedia/libquvi09: Add missing USE_LDCONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 30, 2022
1 parent 170b66f commit 597453e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions multimedia/libquvi09/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 597453e

Please sign in to comment.