diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-16 17:48:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-16 17:48:02 +0000 |
commit | 11b7500ef465555d8b8a46fc6e5a731695bc58ae (patch) | |
tree | b04f75464fced95fccd3a47157a3cfae897830ec /net/socket++ | |
parent | 19ad00ced70fe2ad47a29f8a612edeba6eb5bb61 (diff) | |
download | pkgsrc-11b7500ef465555d8b8a46fc6e5a731695bc58ae.tar.gz |
Convert to use automake instead of automake14.
Diffstat (limited to 'net/socket++')
-rw-r--r-- | net/socket++/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/socket++/Makefile b/net/socket++/Makefile index 4ba8a63764d..d80506b2fe5 100644 --- a/net/socket++/Makefile +++ b/net/socket++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:31 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/16 17:48:02 wiz Exp $ # DISTNAME= socket++-1.12.10 @@ -15,10 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir INFO_FILES= # PLIST USE_LANGUAGES= c c++ USE_LIBTOOL= YES -USE_TOOLS+= automake14 -AUTOCONF_REQD= 2.50 +USE_TOOLS+= automake GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake makeinfo TEST_DIRS= ${WRKSRC}/test TEST_TARGET= check |