diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-20 23:48:04 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-20 23:48:04 +0800 |
commit | 631b6b939436b2aa793e5e7fdc1e7ad2354640fa (patch) | |
tree | 54207f5fcd7f96844d7e42fdacdceee8e7d91cc5 /multimedia | |
parent | 6f6a1bd5c4c5d72719f02466b651cfdd925e57dd (diff) | |
download | freebsd-ports-gnome-631b6b939436b2aa793e5e7fdc1e7ad2354640fa.tar.gz freebsd-ports-gnome-631b6b939436b2aa793e5e7fdc1e7ad2354640fa.tar.zst freebsd-ports-gnome-631b6b939436b2aa793e5e7fdc1e7ad2354640fa.zip |
- Fix build with multimedia/libdv
- Bump PORTREVISION
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dv2sub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/dv2sub/Makefile b/multimedia/dv2sub/Makefile index 318b2b1ebb49..d9dd03d37a58 100644 --- a/multimedia/dv2sub/Makefile +++ b/multimedia/dv2sub/Makefile @@ -7,7 +7,7 @@ PORTNAME= dv2sub PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -17,6 +17,7 @@ COMMENT= Extracts info or subtitles from DV stream LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv GNU_CONFIGURE= yes +USE_GNOME= pkgconfig PLIST_FILES= bin/dv2sub MAN1= dv2sub.1 |