svn commit: r335604 - head/multimedia/sabbu

Dirk Meyer dinoex at FreeBSD.org
Wed Dec 4 05:53:40 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list