diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-07 16:40:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-07 16:40:11 +0800 |
commit | 6067ea181da527ecde7eec5a259df3985569adc8 (patch) | |
tree | 63a2c6ddbb89261ff7b5daa04561c644b1f67a3e /multimedia/sabbu | |
parent | 16fc575e3f885478b491bcf5f0e36267028459f9 (diff) | |
download | freebsd-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/Makefile | 8 |
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' \ |