diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-25 00:24:55 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-25 00:24:55 +0800 |
commit | 5b51511c9beb9ca0e3b310be0c0294a26edeb84e (patch) | |
tree | f0c2a0cf92b28741024193e0f8d56b16dc8e5a18 /multimedia/subtitlecomposer-kde4/Makefile | |
parent | 3eb74c2634c7f8e212c4bb4955a82277b1777fc6 (diff) | |
download | freebsd-ports-gnome-5b51511c9beb9ca0e3b310be0c0294a26edeb84e.tar.gz freebsd-ports-gnome-5b51511c9beb9ca0e3b310be0c0294a26edeb84e.tar.zst freebsd-ports-gnome-5b51511c9beb9ca0e3b310be0c0294a26edeb84e.zip |
- Update to 0.4.1
PR: ports/123020
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Diffstat (limited to 'multimedia/subtitlecomposer-kde4/Makefile')
-rw-r--r-- | multimedia/subtitlecomposer-kde4/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/multimedia/subtitlecomposer-kde4/Makefile b/multimedia/subtitlecomposer-kde4/Makefile index a480713b8a60..fbc449c7c4eb 100644 --- a/multimedia/subtitlecomposer-kde4/Makefile +++ b/multimedia/subtitlecomposer-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= subtitlecomposer -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= multimedia MASTER_SITES= SF MASTER_SITE_SUBDIR=subcomposer @@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR=subcomposer MAINTAINER= makc@issp.ac.ru COMMENT= Subtitle editor for KDE -LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer USE_BZIP2= yes -USE_AUTOTOOLS= automake:17:env libtool:15 -USE_PERL5_BUILD=yes +USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER=3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gstreamer @@ -35,9 +33,4 @@ LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--without-xine .endif -pre-configure: - @cd ${CONFIGURE_WRKSRC} \ - && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS} \ - && ${PERL} admin/am_edit - .include <bsd.port.post.mk> |