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 /databases | |
parent | 5e40d17eefc7ab7a8847e44828b81d4588bdca4f (diff) | |
download | freebsd-ports-gnome-cd2d1bad9aaed0673cf97a8c0af81437efbc4554.tar.gz freebsd-ports-gnome-cd2d1bad9aaed0673cf97a8c0af81437efbc4554.tar.zst freebsd-ports-gnome-cd2d1bad9aaed0673cf97a8c0af81437efbc4554.zip |
gmake:lite is only intended to be used for possible gmake dependencies
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hiredis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index f9ec6cb3019a..ed31c8e85e76 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: |