diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-13 15:23:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-13 15:23:43 +0800 |
commit | 32dadd8e64ff45c3cce09e4d249fe43e7084a839 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /archivers/tardy | |
parent | 951dc1c1b4690a11eefb53e023c8693acbe6da9c (diff) | |
download | freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.tar.gz freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.tar.zst freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.zip |
archivers/xz is in base for all versions and has been removed from the ports tree
Diffstat (limited to 'archivers/tardy')
-rw-r--r-- | archivers/tardy/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 1cbae63d8e34..c0f6476477c5 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -29,12 +29,6 @@ PLIST_FILES= bin/tardy man/man1/tardy.1.gz WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -BUILD_DEPENDS+= lzma:${PORTSDIR}/archivers/xz -.endif - post-patch: .for var in CFLAGS LDFLAGS @${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \ @@ -47,4 +41,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |