diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-20 15:48:04 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-20 15:48:04 +0000 |
commit | 8193485603279bc930b7221477125ea8b052977b (patch) | |
tree | 844a3b2364b026857f1c50459ee332ef9544c52f | |
parent | 0ed43d83597b1af19431fb1399ae17172e8d2353 (diff) |
- Fix build with multimedia/libdv
- Bump PORTREVISION
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=234285
-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 |