aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-09-07 16:40:11 +0800
committerdanfe <danfe@FreeBSD.org>2015-09-07 16:40:11 +0800
commit6067ea181da527ecde7eec5a259df3985569adc8 (patch)
tree63a2c6ddbb89261ff7b5daa04561c644b1f67a3e /multimedia/sabbu
parent16fc575e3f885478b491bcf5f0e36267028459f9 (diff)
downloadfreebsd-ports-gnome-6067ea181da527ecde7eec5a259df3985569adc8.tar.gz
freebsd-ports-gnome-6067ea181da527ecde7eec5a259df3985569adc8.tar.zst
freebsd-ports-gnome-6067ea181da527ecde7eec5a259df3985569adc8.zip
- Remove BROKEN statement that is not true: port configures and builds fine
- While here, define LICENSE (GPLv2) and kill stray whitespace at EOL
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' \