diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-04 05:13:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-04 05:13:40 +0800 |
commit | 471d3c5202b6074e01c28fac4faab8100e937a45 (patch) | |
tree | ca7f38ee53510a39de69964cf0c4eaef6220d728 /devel/shtk | |
parent | 374dd18c5b1f62a55361c9daf967333f2bd386c0 (diff) | |
download | freebsd-ports-graphics-471d3c5202b6074e01c28fac4faab8100e937a45.tar.gz freebsd-ports-graphics-471d3c5202b6074e01c28fac4faab8100e937a45.tar.zst freebsd-ports-graphics-471d3c5202b6074e01c28fac4faab8100e937a45.zip |
Replace LIB_DEPENDS on libatf by RUN_DEPENDS+BUILD_DEPENDS
This fixes build on FreeBSD 10 which has libatf in base
Phabric: D134
Diffstat (limited to 'devel/shtk')
-rw-r--r-- | devel/shtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/shtk/Makefile b/devel/shtk/Makefile index 6cffff5e638..abae68bfdbf 100644 --- a/devel/shtk/Makefile +++ b/devel/shtk/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= TEST OPTIONS_DEFAULT= TEST OPTIONS_SUB= yes TEST_CONFIGURE_WITH= atf -TEST_BUILD_DEPENDS= ${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf +TEST_BUILD_DEPENDS= atf>=0.20:${PORTSDIR}/devel/atf TEST_RUN_DEPENDS= atf>=0.20:${PORTSDIR}/devel/atf TEST_USES= pkgconfig |