diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/kannel | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Notes
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 2f44a515e2d7..2b1966ebe349 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: kannel -# Date created: 19 Jun 2000 -# Whom: Domas Mituzas <midom@dammit.lt> -# +# Created by: Domas Mituzas <midom@dammit.lt> # $FreeBSD$ PORTNAME= kannel @@ -33,6 +30,7 @@ MAN8= kannel.8 run_kannel_box.8 OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 +NO_STAGE= yes .include <bsd.port.options.mk> CPPFLAGS+= -I${LOCALBASE}/include |