diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-07 05:34:10 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-07 05:34:10 +0000 |
commit | 34bf6fc8d9b9237a378127c69516bbd4a8f951fd (patch) | |
tree | d3128b03019afdb3b78abad0c15adc37d6da7c07 /wm/enlightenment | |
parent | bc8ae7f3c28872eaa522b72f9f8b796883f1701c (diff) | |
download | pkgsrc-34bf6fc8d9b9237a378127c69516bbd4a8f951fd.tar.gz |
wm/enlightenment: note gmake tool dependency
There are GNU make specific variables used in some targets.
Diffstat (limited to 'wm/enlightenment')
-rw-r--r-- | wm/enlightenment/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index 32c7a630bac..d2e8b7b9d46 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2019/12/07 04:50:49 gutteridge Exp $ +# $NetBSD: Makefile,v 1.74 2019/12/07 05:34:10 gutteridge Exp $ DISTNAME= e16-1.0.21 PKGNAME= ${DISTNAME:S/e16/enlightenment/} @@ -10,7 +10,7 @@ HOMEPAGE= https://enlightenment.org/ COMMENT= Highly themeable and configurable window manager LICENSE= enlightenment16 -USE_TOOLS+= perl:run pkg-config +USE_TOOLS+= gmake perl:run pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-hints-gnome |