diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 22:27:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 22:27:05 +0000 |
commit | 9ff06b3cbf038359059e40e0db31ba0cbe996d0f (patch) | |
tree | 8583dfe71adaea6ce266633e1799cd602516b801 /devel/gnucflow | |
parent | 25c4307da135103ea810d65f96f2f1c21e0547b4 (diff) |
Notes
Diffstat (limited to 'devel/gnucflow')
-rw-r--r-- | devel/gnucflow/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/gnucflow/Makefile b/devel/gnucflow/Makefile index 0d9d85f12aa4..918b688bd7a6 100644 --- a/devel/gnucflow/Makefile +++ b/devel/gnucflow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnucflow -# Date created: 07 Feb 2008 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= gnucflow PORTVERSION= 1.4 @@ -26,8 +22,9 @@ INFO= cflow PLIST_FILES= bin/cflow +.include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" PLIST_FILES+= share/locale/da/LC_MESSAGES/cflow.mo \ |