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 /games | |
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 'games')
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 89d801c605f2..51daf31ede8a 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -88,13 +88,9 @@ post-patch: @${REINPLACE_CMD} -e '/-O2 -fomit-frame-pointer/d ; \ s,/usr/local,${LOCALBASE},' ${WRKSRC}/config.lib # Use custom liblzma.pc for when we use liblzma from base -.if ${OSVERSION} >= 900012 || (${OSVERSION} >= 800505 && ${OSVERSION} < 900000) @${REINPLACE_CMD} -e \ 's,pkg-config liblzma,pkg-config ${FILESDIR}/liblzma.pc,' \ ${WRKSRC}/config.lib -.else -LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |