From c00190c47978eb74d8e583b62e0ca46993794d3b Mon Sep 17 00:00:00 2001 From: scheidell Date: Sat, 21 Jan 2012 00:47:16 +0000 Subject: - Don't use INSTALL_ICONS when Gnome not installed PR: ports/164344 Approved by: gabor(mentor, implicit) --- astro/merkaartor/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'astro/merkaartor') 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} -- cgit