diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-13 10:17:04 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-05-13 10:17:04 +0000 |
commit | 8e3dcb3c28e7285465f3366e868a6795f71f059b (patch) | |
tree | f0b75aa64206a61c448cac7b4520bcbdc0d73fae /sysutils/vstrip | |
parent | ac4a4f4000410b3430b5848978f055423c12881b (diff) |
Notes
Diffstat (limited to 'sysutils/vstrip')
-rw-r--r-- | sysutils/vstrip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/vstrip/Makefile b/sysutils/vstrip/Makefile index 59e2a35984ea..4f940b78214b 100644 --- a/sysutils/vstrip/Makefile +++ b/sysutils/vstrip/Makefile @@ -3,7 +3,7 @@ PORTNAME= vstrip DISTVERSION= 0.8f -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://files.digital-digest.com/downloads/files/encode/ DISTNAME= vStrip_${DISTVERSION:C/\.//g} @@ -11,8 +11,6 @@ DISTNAME= vStrip_${DISTVERSION:C/\.//g} MAINTAINER= multimedia@FreeBSD.org COMMENT= VOB de-multiplexing tool, splitter, and VOB/IFO files processor -LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread - LICENSE= GPLv2 LDFLAGS+= -lm |