diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-11 19:16:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-11 19:16:06 +0800 |
commit | c1ede61b32f00d20d8b7aa113bc4d667d6d928d6 (patch) | |
tree | 911f6262582c3313ad33bce1227b7d5e6f253a4c /graphics/gmt | |
parent | f2ecdc9d2d4fb46fdd0c6c88557985358adac4e6 (diff) | |
download | freebsd-ports-gnome-c1ede61b32f00d20d8b7aa113bc4d667d6d928d6.tar.gz freebsd-ports-gnome-c1ede61b32f00d20d8b7aa113bc4d667d6d928d6.tar.zst freebsd-ports-gnome-c1ede61b32f00d20d8b7aa113bc4d667d6d928d6.zip |
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1]
Diffstat (limited to 'graphics/gmt')
-rw-r--r-- | graphics/gmt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index fdd5b49ecbd7..668fc6d57124 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmt PORTVERSION= 4.5.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ |