diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
commit | 8d3cbb81c0fa83b04e8805ac08f46e113648f4dd (patch) | |
tree | d71d09928594a99dbb872d6c9c8c4d0b015afa02 /databases/grass | |
parent | 582cbc5693aae4d4a403abcd80c5a703c3126ef4 (diff) | |
download | freebsd-ports-gnome-8d3cbb81c0fa83b04e8805ac08f46e113648f4dd.tar.gz freebsd-ports-gnome-8d3cbb81c0fa83b04e8805ac08f46e113648f4dd.tar.zst freebsd-ports-gnome-8d3cbb81c0fa83b04e8805ac08f46e113648f4dd.zip |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 0f7c89792869..0b8bdc7a1149 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -3,6 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.4 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ |