diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-07 21:19:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-07 21:19:46 +0800 |
commit | cd2d1bad9aaed0673cf97a8c0af81437efbc4554 (patch) | |
tree | 32168c955e8c3195149338fcf0014e6db544f296 | |
parent | 5e40d17eefc7ab7a8847e44828b81d4588bdca4f (diff) | |
download | freebsd-ports-graphics-cd2d1bad9aaed0673cf97a8c0af81437efbc4554.tar.gz freebsd-ports-graphics-cd2d1bad9aaed0673cf97a8c0af81437efbc4554.tar.zst freebsd-ports-graphics-cd2d1bad9aaed0673cf97a8c0af81437efbc4554.zip |
gmake:lite is only intended to be used for possible gmake dependencies
-rw-r--r-- | comms/owfs/Makefile | 2 | ||||
-rw-r--r-- | databases/hiredis/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmconfig/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index 4fff0c6b41c..b49b6010b63 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -12,7 +12,7 @@ COMMENT= OWFS -- 1-Wire file system LICENSE= GPLv2 -USES= autoreconf libtool gmake:lite +USES= autoreconf libtool gmake GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index f9ec6cb3019..ed31c8e85e7 100644 --- a/databases/hiredis/Makefile +++ b/databases/hiredis/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= redis GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 9be3a07 -USES= gmake:lite +USES= gmake USE_LDCONFIG= yes post-patch: diff --git a/x11-wm/wmconfig/Makefile b/x11-wm/wmconfig/Makefile index ff8d0484eee..16d7ca95756 100644 --- a/x11-wm/wmconfig/Makefile +++ b/x11-wm/wmconfig/Makefile @@ -11,7 +11,7 @@ COMMENT= Menu generation tool for X window managers LICENSE= GPLv2 -USES= gmake:lite tar:bzip2 +USES= gmake tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog COPYING README TODO |