diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/deegree-wfs | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/deegree-wfs')
-rw-r--r-- | graphics/deegree-wfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/deegree-wfs/Makefile b/graphics/deegree-wfs/Makefile index 3ed772324277..1bfb6bc53620 100644 --- a/graphics/deegree-wfs/Makefile +++ b/graphics/deegree-wfs/Makefile @@ -1,5 +1,4 @@ -# Created by: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= wfs @@ -30,6 +29,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} |