diff options
author | khorben <khorben@pkgsrc.org> | 2016-10-25 12:54:37 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-10-25 12:54:37 +0000 |
commit | 8ff23069d54834c88c23acd3a344d2095bbf212a (patch) | |
tree | 75647e53ef303a2bee9d5fbd8802d016689db3a9 /pkgtools | |
parent | afe58c956a121c6debfa71763dada582a9c76169 (diff) | |
download | pkgsrc-8ff23069d54834c88c23acd3a344d2095bbf212a.tar.gz |
Remove outdated dependencies
From John Marino, thanks!
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/pkg/Makefile b/pkgtools/pkg/Makefile index d2eafa36365..6c356922f85 100644 --- a/pkgtools/pkg/Makefile +++ b/pkgtools/pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/10/25 11:51:40 khorben Exp $ +# $NetBSD: Makefile,v 1.6 2016/10/25 12:54:37 khorben Exp $ DISTNAME= pkg-1.8.7 PKGREVISION= 1 @@ -12,10 +12,6 @@ COMMENT= Package management tool for FreeBSD LICENSE= 2-clause-bsd GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= autoconf -USE_TOOLS+= automake -USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ CPPFLAGS+= -D_LOCALBASE="\"${PREFIX}\"" |