aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dumpmpeg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 00:34:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 00:34:45 +0000
commitaec245c427482b5d9cbed078b54e7bc9b46ec793 (patch)
tree3d1a9d06f18dd484052abff3e6b2b2b029941be8 /multimedia/dumpmpeg
parent39661a44f664be58cb3737511381070df91efc0a (diff)
downloadports-aec245c427482b5d9cbed078b54e7bc9b46ec793.tar.gz
ports-aec245c427482b5d9cbed078b54e7bc9b46ec793.zip
Notes
Diffstat (limited to 'multimedia/dumpmpeg')
-rw-r--r--multimedia/dumpmpeg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/dumpmpeg/Makefile b/multimedia/dumpmpeg/Makefile
index 30dba21df853..89f3903e58b6 100644
--- a/multimedia/dumpmpeg/Makefile
+++ b/multimedia/dumpmpeg/Makefile
@@ -10,13 +10,12 @@ MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Dump frames from mpeg movies
-LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg
+LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
GNU_CONFIGURE= yes
USE_SDL= sdl
-MAN1= dumpmpeg.1
-PLIST_FILES= bin/dumpmpeg
+PLIST_FILES= bin/dumpmpeg \
+ man/man1/dumpmpeg.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>