diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-16 14:19:17 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-16 14:19:17 +0000 |
commit | bfa335105f5fb5d83963f6dc902f2770e2a8a4dc (patch) | |
tree | b7692d219e3e205719f815cfc7b86cad5f778be2 /multimedia | |
parent | abd9913dad5070ae9353d35e228fe2040ebed7ef (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdnav/Makefile | 3 | ||||
-rw-r--r-- | multimedia/libdvdread/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 67fba43f1cb0..88af1d00e81a 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -7,6 +7,7 @@ PORTNAME= libdvdnav PORTVERSION= 4.1.4.r1217 +PORTREVISION= 1 CATEGORIES= multimedia # Svn repository URL : svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ @@ -25,6 +26,8 @@ COMMENT= MPlayer version of the libdvdnav project LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread +LICENSE= GPLv2 + USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure2 diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index fcec7c649286..b8e463dca283 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -7,6 +7,7 @@ PORTNAME= libdvdread PORTVERSION= 4.1.4.r1217 +PORTREVISION= 1 CATEGORIES= multimedia # Svn repository URL : svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ @@ -27,6 +28,8 @@ COMMENT= MPlayer version of the libdvdread project LIB_DEPENDS= dvdcss.${DVDCSS_LIBVERSION}:${PORTSDIR}/multimedia/libdvdcss .endif +LICENSE= GPLv2 + USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure2 |