diff options
author | martymac <martymac@FreeBSD.org> | 2010-11-16 22:19:17 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-11-16 22:19:17 +0800 |
commit | 5a4cd83da21d95d009dd61640907bc5a25ee9f74 (patch) | |
tree | 3a7c73a2cae6eb2d2c32013422914562ab89d362 /multimedia/libdvdread | |
parent | 045581d8b203637d01c44ae939f39f6022ce5b90 (diff) | |
download | freebsd-ports-gnome-5a4cd83da21d95d009dd61640907bc5a25ee9f74.tar.gz freebsd-ports-gnome-5a4cd83da21d95d009dd61640907bc5a25ee9f74.tar.zst freebsd-ports-gnome-5a4cd83da21d95d009dd61640907bc5a25ee9f74.zip |
Add missing LICENSE
Approved by: ehaupt (mentor)
Diffstat (limited to 'multimedia/libdvdread')
-rw-r--r-- | multimedia/libdvdread/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |