aboutsummaryrefslogtreecommitdiff
path: root/devel/regexx/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:27:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:27:46 +0000
commite46f0a88fc03d33ad12ad10b35483ee90095232f (patch)
tree89985cda4d2c4eb3189e0dbfcc77cbf64ac22b15 /devel/regexx/Makefile
parentef59d5df915b5c6ece8c8d08ca0d60ea780d0f78 (diff)
downloadports-e46f0a88fc03d33ad12ad10b35483ee90095232f.tar.gz
ports-e46f0a88fc03d33ad12ad10b35483ee90095232f.zip
fix build on -current
PR: 46461 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=71782
Diffstat (limited to 'devel/regexx/Makefile')
-rw-r--r--devel/regexx/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/regexx/Makefile b/devel/regexx/Makefile
index a07ba4828fcc..9c771502c133 100644
--- a/devel/regexx/Makefile
+++ b/devel/regexx/Makefile
@@ -16,12 +16,10 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-USE_LIBTOOL= yes
-USE_AUTOMAKE= yes
-USE_AUTOCONF= yes
-
USE_GMAKE= yes
-
+USE_AUTOMAKE_VER= 14
+USE_AUTOCONF_VER= 213
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>