diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-05 14:41:15 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-05 14:41:15 +0000 |
commit | afab08bde83770697d94ab52a6fcf26a0d96b82c (patch) | |
tree | 5129d0c0eb4ff6eed3f45b3fae2cf221970551c6 /x11/lxpanel | |
parent | c5208655a05e1817975d63736a10ab01c9854285 (diff) |
- Convert to new USES gmake for my ports
Notes
Notes:
svn path=/head/; revision=322334
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 6015bf095d89..6d77db8ddcd1 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -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 |