diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-21 00:47:16 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-21 00:47:16 +0000 |
commit | 2cfab90aaa57b06d6d20e5216b2c373d0151a7a6 (patch) | |
tree | 2b3ce71865f8dbba3bf4d3b5cb9e1e0f7fd4598e /astro/merkaartor | |
parent | 92073168b2ce527b525ebdb2d516e12b9b9ba14e (diff) |
Notes
Diffstat (limited to 'astro/merkaartor')
-rw-r--r-- | astro/merkaartor/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 1502ff5a4471..eb5343ba6536 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://www.merkaartor.be/attachments/download/253/ MAINTAINER= dev2@heesakkers.info COMMENT= An openstreetmap mapping program -BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs - LICENSE= GPLv2 +BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs + USE_BZIP2= yes USE_LDCONFIG= yes @@ -25,7 +25,10 @@ USE_QT_VER= 4 QT_COMPONENTS= qmake_build uic_build moc_build rcc_build \ gui network svg webkit xml imageformats script scripttools MAKE_JOBS_SAFE= yes + +.if exists(${LOCALBASE}/bin/gnome-session) INSTALLS_ICONS= yes +.endif QMAKEFLAGS= PREFIX=${PREFIX} |