diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 21:14:04 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 21:14:04 +0800 |
commit | 701daf1eabe3254ca8587ce22ec8222e36b790ca (patch) | |
tree | 1cc10274b95444868f11e5a388e354d25cec423e /astro/merkaartor | |
parent | e044f7f73ca5dce1b5677018c61f1d059bb3ac9c (diff) | |
download | freebsd-ports-gnome-701daf1eabe3254ca8587ce22ec8222e36b790ca.tar.gz freebsd-ports-gnome-701daf1eabe3254ca8587ce22ec8222e36b790ca.tar.zst freebsd-ports-gnome-701daf1eabe3254ca8587ce22ec8222e36b790ca.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: astro)
Diffstat (limited to 'astro/merkaartor')
-rw-r--r-- | astro/merkaartor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |