diff options
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r-- | devel/autogen/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index e8a6c53d6ef7..5591da0d4a31 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -7,7 +7,7 @@ # PORTNAME= autogen -PORTVERSION= 5.3.5 +PORTVERSION= 5.3.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNU} @@ -21,11 +21,14 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= AUTOCONF="${TRUE}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 +MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \ + optionSaveState.3 optionVersion.3 pre-patch: @${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure |