diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | bc221a68c15c8e0767c7e506835360a84c2428b2 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /graphics/ruby-gdal | |
parent | 810f699bfefb6805c8c40fd746af650e11986757 (diff) | |
download | freebsd-ports-gnome-bc221a68c15c8e0767c7e506835360a84c2428b2.tar.gz freebsd-ports-gnome-bc221a68c15c8e0767c7e506835360a84c2428b2.tar.zst freebsd-ports-gnome-bc221a68c15c8e0767c7e506835360a84c2428b2.zip |
- Use USES=gmake
Diffstat (limited to 'graphics/ruby-gdal')
-rw-r--r-- | graphics/ruby-gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile index 4c9d3c90ea19..0c0410bd3e4c 100644 --- a/graphics/ruby-gdal/Makefile +++ b/graphics/ruby-gdal/Makefile @@ -21,8 +21,8 @@ LIBTOOLFILES= # empty MAKE_ARGS= USER_DEFS=-fPIC MAKEFILE= GNUmakefile USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_RUBY= yes +USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby post-patch: |