aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-07 08:40:11 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-07 08:40:11 +0000
commitd89d6844c3bd025b9399a837b30670e2a31944bf (patch)
tree63a2c6ddbb89261ff7b5daa04561c644b1f67a3e /multimedia/sabbu
parent032cc488607d3935061bde31a99b38814aa84971 (diff)
downloadports-d89d6844c3bd025b9399a837b30670e2a31944bf.tar.gz
ports-d89d6844c3bd025b9399a837b30670e2a31944bf.zip
- Remove BROKEN statement that is not true: port configures and builds fine
- While here, define LICENSE (GPLv2) and kill stray whitespace at EOL
Notes
Notes: svn path=/head/; revision=396254
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r--multimedia/sabbu/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index 41f893972c24..738d478861cd 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Program used to time subtitles
+LICENSE= GPLv2
+
LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
libsndfile.so:${PORTSDIR}/audio/libsndfile
@@ -17,7 +19,7 @@ GNU_CONFIGURE= yes
USE_GNOME= gtk20
CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
-LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib
LDFLAGS+= -lswscale0 -lgmodule-2.0
OPTIONS_DEFINE= GTKSPELL
@@ -35,10 +37,6 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= WITH_NLS="@comment "
.endif
-.if ${ARCH} == "powerpc"
-BROKEN= Does not configure on powerpc
-.endif
-
post-patch:
@${REINPLACE_CMD} \
-e 's,ffmpeg/avformat,libavformat/avformat,g' \