diff options
Diffstat (limited to 'devel/poco-ssl/Makefile')
-rw-r--r-- | devel/poco-ssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile index 579d50eb2b95..7147382db439 100644 --- a/devel/poco-ssl/Makefile +++ b/devel/poco-ssl/Makefile @@ -1,7 +1,5 @@ # Created by: wes@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= poco PORTVERSION= 1.4.3 @@ -29,6 +27,7 @@ OPTIONS_DEFAULT= MYSQL IODBC SQLITE CONFIGURE_ARGS= --config=FreeBSD +NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MTEST} |