diff options
| author | Will Andrews <will@FreeBSD.org> | 2002-01-07 03:22:01 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 03:22:01 +0000 |
| commit | 375cf01b19e955d356d1f0cdaabb061ccef0669d (patch) | |
| tree | 5154159bad1b8ecf0e962507e54987dee13f8418 | |
| parent | Upgrade to 1.1. This includes fixes for -CURRENT according to Daniel (diff) | |
This port requires autoconf 2.13 and doesn't work with 2.52.
Submitted by: bento 4-exp
Notes
Notes:
svn path=/head/; revision=52679
| -rw-r--r-- | devel/rudiments/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index ae161de1e99f..4faacab365dc 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.firstworks.com/downloads/rudiments/ MAINTAINER= knu@FreeBSD.org USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" INSTALLS_SHLIB= yes |
