Date: Wed, 4 Dec 2013 05:53:40 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335604 - head/multimedia/sabbu Message-ID: <201312040553.rB45reO3074648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Wed Dec 4 05:53:40 2013 New Revision: 335604 URL: http://svnweb.freebsd.org/changeset/ports/335604 Log: - use STAGEDIR - USES=gmake Modified: head/multimedia/sabbu/Makefile Modified: head/multimedia/sabbu/Makefile ============================================================================== --- head/multimedia/sabbu/Makefile Wed Dec 4 05:06:15 2013 (r335603) +++ head/multimedia/sabbu/Makefile Wed Dec 4 05:53:40 2013 (r335604) @@ -10,13 +10,10 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Program used to time subtitles LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ - sndfile:${PORTSDIR}/audio/libsndfile + libsndfile.so:${PORTSDIR}/audio/libsndfile -NO_STAGE= yes - -USES= pkgconfig iconv +USES= pkgconfig iconv gmake USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 @@ -26,6 +23,8 @@ LDFLAGS+= -L${LOCALBASE}/lib/ffmpeg0 -L$ OPTIONS_DEFINE= GTKSPELL OPTIONS_DEFAULT=GTKSPELL +GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -36,13 +35,6 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= WITH_NLS="@comment " .endif -.if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell -.else -.endif - -.include <bsd.port.pre.mk> - .if ${ARCH} == "powerpc" BROKEN= Does not configure on powerpc .endif @@ -55,4 +47,4 @@ post-patch: -e 's,lavswscale,lavswscale0,g' \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312040553.rB45reO3074648>