diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-18 21:07:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-18 21:07:23 +0800 |
commit | 41f8f0baf52066841ee08fec5f6e0fe43210115e (patch) | |
tree | 87afb19599c21245cb5fa3c81442b347a3c7124b /astro/osmium | |
parent | c0688d7585182a7cfcb5ce1ec7697492acba8069 (diff) | |
download | freebsd-ports-gnome-41f8f0baf52066841ee08fec5f6e0fe43210115e.tar.gz freebsd-ports-gnome-41f8f0baf52066841ee08fec5f6e0fe43210115e.tar.zst freebsd-ports-gnome-41f8f0baf52066841ee08fec5f6e0fe43210115e.zip |
- 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
Diffstat (limited to 'astro/osmium')
-rw-r--r-- | astro/osmium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile index ccc265fef526..0b5329caf32b 100644 --- a/astro/osmium/Makefile +++ b/astro/osmium/Makefile @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org |