diff options
author | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch) | |
tree | 26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /x11 | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-launch-box/Makefile | 2 | ||||
-rw-r--r-- | x11/gtk-themepreview/Makefile | 2 | ||||
-rw-r--r-- | x11/libSM/Makefile | 2 | ||||
-rw-r--r-- | x11/libX11/Makefile | 2 | ||||
-rw-r--r-- | x11/lxmenu-data/Makefile | 2 | ||||
-rw-r--r-- | x11/lxpanel/Makefile | 2 | ||||
-rw-r--r-- | x11/sessreg/Makefile | 2 | ||||
-rw-r--r-- | x11/xclip/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile index 0de6af063ef7..a359d9de958a 100644 --- a/x11/gnome-launch-box/Makefile +++ b/x11/gnome-launch-box/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop -USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:19 aclocal:19 libtool:22 +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:111 aclocal:111 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a LIBTOOLFILES= diff --git a/x11/gtk-themepreview/Makefile b/x11/gtk-themepreview/Makefile index a62024134a6d..6ec0d1a1b2e4 100644 --- a/x11/gtk-themepreview/Makefile +++ b/x11/gtk-themepreview/Makefile @@ -18,7 +18,7 @@ COMMENT= A small application for preview your theme widgets in one small window GNU_CONFIGURE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= automake:19:env +USE_AUTOTOOLS= automake:111:env PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/ThemePreview-2 diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 69f84e53c911..a31361c4c036 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -16,7 +16,7 @@ COMMENT= Session Management library for X11 BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros -USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 +USE_AUTOTOOLS= aclocal:111 autoheader:267 automake:111 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing XORG_CAT= lib diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 27c487136246..87dee81a4f72 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both -USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 +USE_AUTOTOOLS= aclocal:111 autoheader:267 automake:111 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ diff --git a/x11/lxmenu-data/Makefile b/x11/lxmenu-data/Makefile index 5c3f9190a8af..5148a8e3f49c 100644 --- a/x11/lxmenu-data/Makefile +++ b/x11/lxmenu-data/Makefile @@ -17,7 +17,7 @@ USE_XORG= x11 xmu USE_GNOME= intltool USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110:env +USE_AUTOTOOLS= automake:111:env CONFIGURE_ARGS+=--prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc USE_GMAKE= yes diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 5e6279523d18..ade93e908e34 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -22,7 +22,7 @@ OPTIONS= ALSA "enable ALSA audio architecture support" Off \ USE_XORG= x11 xmu USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110:env +USE_AUTOTOOLS= automake:111:env CONFIGURE_ARGS= --prefix=${PREFIX} \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index e95d8272f407..1a9ecd890f41 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg XORG_CAT= app USE_XORG= x11 -USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 +USE_AUTOTOOLS= aclocal:111 autoheader:267 automake:111 autoconf:267 ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal PLIST_FILES= bin/sessreg diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 68f3bf33140e..15b1be930c1e 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF MAINTAINER= ports@eitanadler.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_AUTOTOOLS= autoconf:267:env aclocal:19:env automake:19:env +USE_AUTOTOOLS= autoconf:267:env aclocal:111:env automake:111:env USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes |