diff options
author | dhn <dhn@FreeBSD.org> | 2011-02-12 20:50:56 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-02-12 20:50:56 +0800 |
commit | 5e9b64d3ee9fab848c75f7f1cf6664215d896275 (patch) | |
tree | ce58682078dc52c1db9660ecdbe5c534788ec5ae /astro/merkaartor/Makefile | |
parent | d59b92ae3f815bd3c3db9b9f9c218232b3a69fbe (diff) | |
download | freebsd-ports-gnome-5e9b64d3ee9fab848c75f7f1cf6664215d896275.tar.gz freebsd-ports-gnome-5e9b64d3ee9fab848c75f7f1cf6664215d896275.tar.zst freebsd-ports-gnome-5e9b64d3ee9fab848c75f7f1cf6664215d896275.zip |
- Update to 0.17.2
- Pass maintainership to submitter
PR: ports/154559
Submitted by: Oliver Heesakkers <dev2@heesakkers.info>
Diffstat (limited to 'astro/merkaartor/Makefile')
-rw-r--r-- | astro/merkaartor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 403b2fb04fea..4176ea849b44 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -6,12 +6,11 @@ # PORTNAME= merkaartor -PORTVERSION= 0.17.0 -PORTREVISION= 1 +PORTVERSION= 0.17.2 CATEGORIES= astro -MASTER_SITES= http://www.merkaartor.be/attachments/download/192/ +MASTER_SITES= http://www.merkaartor.be/attachments/download/253/ -MAINTAINER= slaven@rezic.de +MAINTAINER= dev2@heesakkers.info COMMENT= An openstreetmap mapping program BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs @@ -19,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/bo LICENSE= GPLv2 USE_BZIP2= yes +USE_LDCONFIG= yes USE_QT_VER= 4 QT_COMPONENTS= qmake_build uic_build moc_build rcc_build \ |