pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pkg



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Oct 25 12:54:37 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg: Makefile

Log Message:
Remove outdated dependencies

>From John Marino, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/pkg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg/Makefile
diff -u pkgsrc/pkgtools/pkg/Makefile:1.5 pkgsrc/pkgtools/pkg/Makefile:1.6
--- pkgsrc/pkgtools/pkg/Makefile:1.5    Tue Oct 25 11:51:40 2016
+++ pkgsrc/pkgtools/pkg/Makefile        Tue Oct 25 12:54:37 2016
@@ -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 Fre
 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}\""



Home | Main Index | Thread Index | Old Index