diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-07-10 17:44:45 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-07-10 17:44:45 +0000 |
commit | 9b7a8fe71c604a05a1d86fb4d6a629700e7132bb (patch) | |
tree | 21e034dd2ad31f67e319d91f5a97e2059838393c /multimedia/vdr-plugin-markad/Makefile | |
parent | 5e9abf64b79ca5fb339b14ea4f0404c5a1c4550a (diff) | |
download | ports-9b7a8fe71c604a05a1d86fb4d6a629700e7132bb.tar.gz ports-9b7a8fe71c604a05a1d86fb4d6a629700e7132bb.zip |
- Fix multimedia/vdr-plugin-markad build by fixing .include order.
- Switch to USES= gmake.
- Remove 7.x cruft.
Submitted by: pointyhat via miwi
Notes
Notes:
svn path=/head/; revision=322722
Diffstat (limited to 'multimedia/vdr-plugin-markad/Makefile')
-rw-r--r-- | multimedia/vdr-plugin-markad/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/vdr-plugin-markad/Makefile b/multimedia/vdr-plugin-markad/Makefile index 4ba087970310..1f30bee28014 100644 --- a/multimedia/vdr-plugin-markad/Makefile +++ b/multimedia/vdr-plugin-markad/Makefile @@ -29,14 +29,8 @@ MAN1= markad.1 RESTRICTED= installs station logos -.include <bsd.port.pre.mk> - .include "${.CURDIR}/../vdr/Makefile.plugins" -.if ${OSVERSION} < 800000 -IGNORE= needs getline(3) -.endif - # for libexecinfo: (so that __builtin_frame_address() finds the top # of the stack) .if ${ARCH} == "amd64" @@ -53,4 +47,4 @@ post-install: post-install-pluginlocales (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |