diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | 25506224708bc7c82f5074a3fc422e20371919d0 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /graphics/gdal | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.zip |
- Use USES=gmake
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 563eebce738f..43d35d6445e1 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -26,8 +26,8 @@ LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS} MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal |