diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2007-04-05 06:03:23 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2007-04-05 06:03:23 +0000 |
commit | 1e44513898ab8e0a97280fa2d23263766ef802b1 (patch) | |
tree | 688e1319d72808589b85fb866f27d0757b170860 /multimedia/vamps | |
parent | 4648fe11769f62d945328c879370c80bd79bd1b4 (diff) |
Notes
Diffstat (limited to 'multimedia/vamps')
-rw-r--r-- | multimedia/vamps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vamps/Makefile b/multimedia/vamps/Makefile index 99e4d223a7c5..ae321dda06b6 100644 --- a/multimedia/vamps/Makefile +++ b/multimedia/vamps/Makefile @@ -7,6 +7,7 @@ PORTNAME= vamps PORTVERSION= 0.99.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= vamps @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= vamps MAINTAINER= multimedia@FreeBSD.org COMMENT= High performance tool to transcode DVD videos to a smaller size -LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread USE_GETOPT_LONG= yes USE_GMAKE= yes |