diff options
Diffstat (limited to 'print/foomatic-db-engine/Makefile')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 308abeeefd11..17e1b2c6a0ba 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes WANT_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 213 +USE_AUTOCONF_VER= 253 GNU_CONFIGURE= yes NO_CHECKSUM= yes # the tarball is created on the fly from CVS CONFIGURE_ARGS= --prefix=${PREFIX} @@ -69,8 +69,8 @@ do-fetch: exit 1; \ fi -pre-configure: - @cd ${WRKSRC} && ./make_configure +#pre-configure: +# @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./make_configure post-build: @${CHMOD} +x ${WRKSRC}/mkinstalldirs |