svn commit: r322334 - in head: ftp/yafc x11/lxpanel
William Grzybowski
wg at FreeBSD.org
Fri Jul 5 14:41:16 UTC 2013
Author: wg
Date: Fri Jul 5 14:41:15 2013
New Revision: 322334
URL: http://svnweb.freebsd.org/changeset/ports/322334
Log:
- Convert to new USES gmake for my ports
Modified:
head/ftp/yafc/Makefile
head/x11/lxpanel/Makefile
Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile Fri Jul 5 14:40:10 2013 (r322333)
+++ head/ftp/yafc/Makefile Fri Jul 5 14:41:15 2013 (r322334)
@@ -14,9 +14,9 @@ LICENSE= GPLv2 # (or later)
OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE
OPTIONS_DEFAULT=BASH NLS SSH
+USES= gmake
USE_XZ= yes
USE_OPENSSL= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_ipv6=yes
CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \
Modified: head/x11/lxpanel/Makefile
==============================================================================
--- head/x11/lxpanel/Makefile Fri Jul 5 14:40:10 2013 (r322333)
+++ head/x11/lxpanel/Makefile Fri Jul 5 14:41:15 2013 (r322334)
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT=NLS
USE_XORG= x11 xmu
USE_GNOME= gtk20 libwnck
-USES= pathfix pkgconfig
+USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake:env
CONFIGURE_ARGS= --prefix=${PREFIX} \
@@ -30,7 +30,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+= -I${WRKSRC} -Wno-return-type
USE_CSTD= gnu89
-USE_GMAKE= yes
MAN1= lxpanel.1 lxpanelctl.1
More information about the svn-ports-head
mailing list