diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-01-21 08:47:16 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-01-21 08:47:16 +0800 |
commit | c00190c47978eb74d8e583b62e0ca46993794d3b (patch) | |
tree | c9730fa4de0ae726ed631e4a448f0afbb8c53a30 /astro/merkaartor | |
parent | 99aa759806e14ced2f8582558e563bd1f38d59fb (diff) | |
download | freebsd-ports-gnome-c00190c47978eb74d8e583b62e0ca46993794d3b.tar.gz freebsd-ports-gnome-c00190c47978eb74d8e583b62e0ca46993794d3b.tar.zst freebsd-ports-gnome-c00190c47978eb74d8e583b62e0ca46993794d3b.zip |
- Don't use INSTALL_ICONS when Gnome not installed
PR: ports/164344
Approved by: gabor(mentor, implicit)
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} |