diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
commit | a50d9328b545adc59780a5a93273d81750e297c4 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /archivers/pixz | |
parent | 8472a0736b12e3d18a0019c5f42dcdf553e76264 (diff) |
archivers/xz is in base for all versions and has been removed from the ports tree
Notes
Notes:
svn path=/head/; revision=339572
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> |