summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-16 17:48:02 +0000
committerwiz <wiz>2010-01-16 17:48:02 +0000
commit9e522e32f8f5c3e64af2b895b72a30f8ffdd6a88 (patch)
treeb04f75464fced95fccd3a47157a3cfae897830ec /net
parent01990cb1e2b202f5a805a7e968e17c1ca08435d8 (diff)
downloadpkgsrc-9e522e32f8f5c3e64af2b895b72a30f8ffdd6a88.tar.gz
Convert to use automake instead of automake14.
Diffstat (limited to 'net')
-rw-r--r--net/socket++/Makefile7
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