From 701daf1eabe3254ca8587ce22ec8222e36b790ca Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 13:14:04 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: astro) --- astro/merkaartor/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'astro/merkaartor') diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 1ee5f08389ed..21774b74e7c7 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: merkaartor -# Date created: 9 January 2009 -# Whom: slaven@rezic.de -# +# Created by: slaven@rezic.de # $FreeBSD$ -# PORTNAME= merkaartor PORTVERSION= 0.18.1 @@ -20,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ proj:${PORTSDIR}/graphics/proj +NO_STAGE= yes USE_BZIP2= yes USE_LDCONFIG= yes -- cgit