mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Change the way *_DEPENDS are set
This commit is contained in:
parent
24087fa5b0
commit
309b314254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486268
@ -15,14 +15,15 @@ COMMENT= Command line tool for parsing flash media stream URLs
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= libquvi09>=0.9:multimedia/libquvi09
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= libquvi09>=0.9:multimedia/libquvi09
|
||||
|
||||
USES= gettext-runtime gnome pkgconfig tar:xz
|
||||
|
||||
CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USES= gettext-runtime gnome pkgconfig tar:xz
|
||||
|
||||
PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user