diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
commit | baf219673b2f513c587184c60605664fc88114bf (patch) | |
tree | cb7da1a40a87abf2b3f5bf6369eaec482423dca8 /print/foomatic-db | |
parent | 4e4fa6a75c274e360567e0e42972001503cc46fe (diff) | |
download | freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.gz freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.zst freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.zip |
Migrate from devel/automake15 to devel/automake19
Diffstat (limited to 'print/foomatic-db')
-rw-r--r-- | print/foomatic-db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index f4de9b626a3d..648788a111ff 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ PROJECTHOST= bsdistfiles USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= automake:15:env autoconf:267 +USE_AUTOTOOLS= automake:19:env autoconf:267 GNU_CONFIGURE= yes |