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
commit63d712621759f24442bd4659dffd25947bae1739 (patch)
treeb04f75464fced95fccd3a47157a3cfae897830ec /net
parent9b3dd224440fdeb18f1233a7f5230691945f7073 (diff)
downloadpkgsrc-63d712621759f24442bd4659dffd25947bae1739.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