diff options
author | nox <nox@FreeBSD.org> | 2013-07-11 01:44:45 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-07-11 01:44:45 +0800 |
commit | e581ffdcc62b8123559d2d875263c40fe1eaec5f (patch) | |
tree | 21e034dd2ad31f67e319d91f5a97e2059838393c /multimedia/vdr-plugin-markad | |
parent | 9d2d487429b593eab23e4de1cb894f1908690a6a (diff) | |
download | freebsd-ports-gnome-e581ffdcc62b8123559d2d875263c40fe1eaec5f.tar.gz freebsd-ports-gnome-e581ffdcc62b8123559d2d875263c40fe1eaec5f.tar.zst freebsd-ports-gnome-e581ffdcc62b8123559d2d875263c40fe1eaec5f.zip |
- Fix multimedia/vdr-plugin-markad build by fixing .include order.
- Switch to USES= gmake.
- Remove 7.x cruft.
Submitted by: pointyhat via miwi
Diffstat (limited to 'multimedia/vdr-plugin-markad')
-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> |