- Use USES=gmake
This commit is contained in:
parent
dc86cab9e6
commit
30b3776733
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334780
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ MASTER_SITES= http://www.red-bean.com/decklin/aewm/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= ICCCM-compliant window manager based on 9wm
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" XROOT="${LOCALBASE}"
|
||||
USE_XORG= x11 xext xt xaw
|
||||
WANT_GNOME= yes
|
||||
|
|
|
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Small window manager
|
||||
|
||||
USE_XORG= x11 xext
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
REINPLACE_ARGS= -i '' -e
|
||||
CC= ${CXX}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/../doc/COPYING
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,c,,}/src
|
||||
|
||||
USE_XORG= xpm
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAKEFILE= Makefile-xpm
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="" CC="${CC}" XROOT="${LOCALBASE}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue