diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/libthrift | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/libthrift')
-rw-r--r-- | devel/libthrift/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 791700268c3..bdb91931574 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/03 21:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/31 11:17:22 asau Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} @@ -12,8 +12,6 @@ HOMEPAGE= http://incubator.apache.org/thrift/ COMMENT= Cross-language data serialization library LICENSE= apache-2.0 -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ |