svn commit: r330814 - head/multimedia/dumpmpeg
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 19 00:34:46 UTC 2013
Author: bapt
Date: Sat Oct 19 00:34:45 2013
New Revision: 330814
URL: http://svnweb.freebsd.org/changeset/ports/330814
Log:
Enable stage
Modernize LIB_DEPENDS
Modified:
head/multimedia/dumpmpeg/Makefile
Modified: head/multimedia/dumpmpeg/Makefile
==============================================================================
--- head/multimedia/dumpmpeg/Makefile Sat Oct 19 00:32:07 2013 (r330813)
+++ head/multimedia/dumpmpeg/Makefile Sat Oct 19 00:34:45 2013 (r330814)
@@ -10,13 +10,12 @@ MASTER_SITES= SF
MAINTAINER= multimedia at 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>
More information about the svn-ports-all
mailing list