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 /x11-wm | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Round one migration of ports from automake{19,110} to automake111
Notes
Notes:
svn path=/head/; revision=262460
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/lxsession-lite/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/waimea-devel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index c5a605eb7f57..be514788df09 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19:env +USE_AUTOTOOLS= automake:111:env DESKTOP_ENTRIES="gcompmgr" \ "Configure window effects" \ diff --git a/x11-wm/lxsession-lite/Makefile b/x11-wm/lxsession-lite/Makefile index 489737acca6c..44d0c3da814b 100644 --- a/x11-wm/lxsession-lite/Makefile +++ b/x11-wm/lxsession-lite/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal CONFLICTS= lxsession-[0-9]* USE_GNOME= gtk20 -USE_AUTOTOOLS= automake:110:env +USE_AUTOTOOLS= automake:111:env USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes diff --git a/x11-wm/waimea-devel/Makefile b/x11-wm/waimea-devel/Makefile index 91ff9ed355c8..9094cd96a7ba 100644 --- a/x11-wm/waimea-devel/Makefile +++ b/x11-wm/waimea-devel/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ LATEST_LINK= ${PORTNAME}-devel -USE_AUTOTOOLS= automake:19:env +USE_AUTOTOOLS= automake:111:env USE_GMAKE= yes USE_ICONV= yes USE_XORG= x11 |