diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
commit | fa9509791fb3ad63885e207da5c039b25eeef942 (patch) | |
tree | 583269ded864355a8d5031d218db57c2bc88511d /multimedia/tivodecode | |
parent | 81cd10f8d2bfe2ad25124f31d629351947acaa56 (diff) |
Notes
Diffstat (limited to 'multimedia/tivodecode')
-rw-r--r-- | multimedia/tivodecode/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/tivodecode/Makefile b/multimedia/tivodecode/Makefile index a046f2eadba1..e1ac7a97afbd 100644 --- a/multimedia/tivodecode/Makefile +++ b/multimedia/tivodecode/Makefile @@ -15,12 +15,6 @@ COMMENT= Converts .TiVo files to normal MPEG files USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-tivo-parse.c -.endif - post-patch: ${REINPLACE_CMD} -e 's/CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile @@ -32,4 +26,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |