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/aewm | |
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/aewm')
-rw-r--r-- | x11-wm/aewm/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |