diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /print | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-magicolor/Makefile | 2 | ||||
-rw-r--r-- | print/foomatic-db/Makefile | 2 | ||||
-rw-r--r-- | print/gnome-specimen/Makefile | 2 | ||||
-rw-r--r-- | print/gtklp/Makefile | 2 | ||||
-rw-r--r-- | print/openprinting/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/cups-magicolor/Makefile b/print/cups-magicolor/Makefile index c683fb8a78e0..84c412fafc63 100644 --- a/print/cups-magicolor/Makefile +++ b/print/cups-magicolor/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster WRKSRC= ${WRKDIR}/magicolor2430DL-${PORTVERSION} -USE_AUTOTOOLS= automake:19:env autoconf:267 +USE_AUTOTOOLS= automake:111:env autoconf:267 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 648788a111ff..211edb35f952 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:19:env autoconf:267 +USE_AUTOTOOLS= automake:111:env autoconf:267 GNU_CONFIGURE= yes diff --git a/print/gnome-specimen/Makefile b/print/gnome-specimen/Makefile index 46c335ea46ec..34e4bc97c5da 100644 --- a/print/gnome-specimen/Makefile +++ b/print/gnome-specimen/Makefile @@ -20,7 +20,7 @@ GCONF_SCHEMAS= gnome-specimen.schemas USE_GMAKE= yes USE_PYTHON= yes USE_GETTEXT= yes -USE_AUTOTOOLS= automake:110:env autoconf:267:env +USE_AUTOTOOLS= automake:111:env autoconf:267:env INSTALLS_ICONS= yes diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 2d4a5fc0fc82..4d25355d8a8a 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gnometarget gtk20 USE_OPENSSL= yes -USE_AUTOTOOLS= automake:19:env +USE_AUTOTOOLS= automake:111:env GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index 1397b37560b8..5b56462adedb 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -30,7 +30,7 @@ USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/libexec GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -USE_AUTOTOOLS= aclocal:19 autoconf:267 autoheader:267 automake:19 libtool:22 +USE_AUTOTOOLS= aclocal:111 autoconf:267 autoheader:267 automake:111 libtool:22 ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c |