diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-11 23:09:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-11 23:09:44 +0000 |
commit | 83b00fb2610b5fb54a830ead5530a68b2f177a16 (patch) | |
tree | dcf9dd704b954a6166618438d87abbe0365078c1 /net/libdlna/Makefile | |
parent | 3b5b85d1d1ac38ac85d7793e2f0d561ecbe896ab (diff) | |
download | pkgsrc-83b00fb2610b5fb54a830ead5530a68b2f177a16.tar.gz |
Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't
verify them all.
Diffstat (limited to 'net/libdlna/Makefile')
-rw-r--r-- | net/libdlna/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/libdlna/Makefile b/net/libdlna/Makefile index ffb4b012241..769f8d0616c 100644 --- a/net/libdlna/Makefile +++ b/net/libdlna/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/04/10 05:39:14 obache Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/08/11 23:09:46 wiz Exp $ DISTNAME= libdlna-0.2.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://libdlna.geexbox.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -29,5 +28,5 @@ SUBST_STAGE.config= pre-configure SUBST_FILES.config= configure SUBST_SED.config= -e 's,/usr/bin/install,${INSTALL},' -.include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../multimedia/ffmpeg1/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |