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 /devel/libgta | |
parent | 8472a0736b12e3d18a0019c5f42dcdf553e76264 (diff) |
Notes
Diffstat (limited to 'devel/libgta')
-rw-r--r-- | devel/libgta/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libgta/Makefile b/devel/libgta/Makefile index 2d123949a2cd..1d366b6915a3 100644 --- a/devel/libgta/Makefile +++ b/devel/libgta/Makefile @@ -28,10 +28,4 @@ post-patch: regression-test test: build cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include <bsd.port.pre.mk> - -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 -LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |