1
0
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:
Sunpoet Po-Chuan Hsieh 2018-11-30 20:02:11 +00:00
parent 24087fa5b0
commit 309b314254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486268

View File

@ -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}