diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-25 03:44:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-25 03:44:16 +0800 |
commit | 79d6f7195c670215caa27d066871476ffa5cddc8 (patch) | |
tree | 265fca4f579f6a7bacc0c4d29dbd6637cc634d42 /x11-wm | |
parent | 2c6ee6b51ad01b8be70edc7f835a47c1e4a5764a (diff) | |
download | freebsd-ports-gnome-79d6f7195c670215caa27d066871476ffa5cddc8.tar.gz freebsd-ports-gnome-79d6f7195c670215caa27d066871476ffa5cddc8.tar.zst freebsd-ports-gnome-79d6f7195c670215caa27d066871476ffa5cddc8.zip |
- Use USES=gmake
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/aewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sapphire/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/swm/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile index 32174b28f8f3..f807465a36a4 100644 --- a/x11-wm/aewm/Makefile +++ b/x11-wm/aewm/Makefile @@ -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 diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile index de1fbfe04cc4..661a8da2793a 100644 --- a/x11-wm/sapphire/Makefile +++ b/x11-wm/sapphire/Makefile @@ -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} diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile index 041a0b2bc46a..594b156fdee2 100644 --- a/x11-wm/swm/Makefile +++ b/x11-wm/swm/Makefile @@ -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}" |