mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
multimedia/iriverter:
- Remove SWTDEVEL option. x11-toolkits/swt-devel is deprecated. PR: 219186
This commit is contained in:
parent
58220efc10
commit
2f36c63617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513411
@ -10,31 +10,14 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Cross-platform frontend to mencoder
|
||||
|
||||
RUN_DEPENDS= mencoder:multimedia/mencoder
|
||||
BUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt \
|
||||
mencoder:multimedia/mencoder
|
||||
|
||||
USE_JAVA= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= SWTDEVEL
|
||||
SWTDEVEL_DESC= Use SWT Development port
|
||||
|
||||
CONFIGURE_ARGS= --with-swt="${JAVALIBDIR}/${SWT_JAR}"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSWTDEVEL}
|
||||
BUILD_DEPENDS+= \
|
||||
${JAVALIBDIR}/swt-devel.jar:x11-toolkits/swt-devel
|
||||
RUN_DEPENDS+= \
|
||||
${JAVALIBDIR}/swt-devel.jar:x11-toolkits/swt-devel
|
||||
SWT_JAR= swt-devel.jar
|
||||
.else
|
||||
BUILD_DEPENDS+= \
|
||||
${JAVALIBDIR}/swt.jar:x11-toolkits/swt
|
||||
RUN_DEPENDS+= \
|
||||
${JAVALIBDIR}/swt.jar:x11-toolkits/swt
|
||||
SWT_JAR= swt.jar
|
||||
.endif
|
||||
CONFIGURE_ARGS= --with-swt="${JAVALIBDIR}/swt.jar"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user