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/pixz | |
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/pixz')
-rw-r--r-- | archivers/pixz/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/archivers/pixz/Makefile b/archivers/pixz/Makefile index 5a713698e0c5..719e81f5dcb6 100644 --- a/archivers/pixz/Makefile +++ b/archivers/pixz/Makefile @@ -16,16 +16,8 @@ SUB_FILES= Makefile PLIST_FILES= bin/${PORTNAME} man/man1/pixz.1.gz MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - post-extract: apply-slist ${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.1 ${WRKSRC} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |