diff options
Diffstat (limited to 'devel/stfl/Makefile')
-rw-r--r-- | devel/stfl/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/stfl/Makefile b/devel/stfl/Makefile index dc86dc1aa401..ec4c8d972838 100644 --- a/devel/stfl/Makefile +++ b/devel/stfl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stfl -# Date created: 28 March 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= stfl PORTVERSION= 0.22 @@ -18,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes USE_GMAKE= yes -USES= iconv -USE_NCURSES= yes +USES= iconv ncurses MAKE_JOBS_SAFE= yes ALL_TARGET= libstfl.so PLIST_FILES= lib/libstfl.so.1 lib/libstfl.so include/stfl.h \ |