diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-18 13:07:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-18 13:07:23 +0000 |
commit | 5425357367f0684fbad67caf03e4c115e6ba9cb9 (patch) | |
tree | 87afb19599c21245cb5fa3c81442b347a3c7124b /graphics/librasterlite | |
parent | 4cbd6d36b6208daeed0c812f9813163d9eff7fe8 (diff) |
- Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
Notes
Notes:
svn path=/head/; revision=362205
Diffstat (limited to 'graphics/librasterlite')
-rw-r--r-- | graphics/librasterlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index 61bb88b16d5f..e2583d475048 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -3,7 +3,7 @@ PORTNAME= librasterlite PORTVERSION= 1.1g -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ |