mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Unmark BROKEN by fixing PLIST. According to bento logs, the error
is actually a PLIST packaging error, not a build error. Prompted by: bento Submitted by: adamw
This commit is contained in:
parent
6872036594
commit
12a2e551a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80644
@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= mjpeg
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Set of tools to record/playback/edit videos in MPEG format
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
LIB_DEPENDS= aviplay.0:${PORTSDIR}/multimedia/avifile \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
@ -86,6 +84,9 @@ WITH_SDL= yes
|
||||
# option activation
|
||||
.if ${HAVE_GNOME:Mgtk12}!=""
|
||||
USE_GNOME+= gtk12
|
||||
PLIST_SUB+= GTK=""
|
||||
.else
|
||||
PLIST_SUB+= GTK="@comment "
|
||||
.endif
|
||||
#
|
||||
.ifdef(WITH_LIBDV)
|
||||
|
@ -1,5 +1,5 @@
|
||||
%%DIVX%%bin/divxdec
|
||||
bin/glav
|
||||
%%GTK%%bin/glav
|
||||
bin/jpeg2yuv
|
||||
%%DIVX%%bin/lav2divx
|
||||
bin/lav2mpeg
|
||||
|
Loading…
x
Reference in New Issue
Block a user