diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-06-18 12:33:21 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-06-18 12:33:21 +0000 |
commit | 4f3eb9168754b6c065e19199f1eef7ece64a28c2 (patch) | |
tree | 8abef1b43d2196c07ea14aea9b0f429e784847ee | |
parent | - Update to 0.625 (diff) |
Switch to USES=tar:bzip2.
Notes
Notes:
svn path=/head/; revision=358267
-rw-r--r-- | devel/libexecinfo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libexecinfo/Makefile b/devel/libexecinfo/Makefile index fc28d7a29813..aaa41ee43634 100644 --- a/devel/libexecinfo/Makefile +++ b/devel/libexecinfo/Makefile @@ -13,8 +13,7 @@ COMMENT= Library for inspecting program's backtrace OPTIONS_DEFINE= DOCS -USES= uidfix -USE_BZIP2= yes +USES= tar:bzip2 uidfix USE_LDCONFIG= yes MAKE_FLAGS= LIBDIR=${PREFIX}/lib \ INCLUDEDIR=${PREFIX}/include |