diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:18:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:18:38 +0000 |
commit | 46023dda782befc55f7fb4143e1d8aefa1f11ea4 (patch) | |
tree | c7e91489b0dba2b35a29ac169022f6d1f2d0ecb0 /irc | |
parent | 6ff7383dfb1ae83944fa8f8499a2cf46911ad11c (diff) | |
download | ports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.tar.gz ports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/smuxi/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile index ec7524809f44..0dda7f671dd3 100644 --- a/irc/smuxi/Makefile +++ b/irc/smuxi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: smuxi -# Date created: 2009-04-27 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= smuxi PORTVERSION= 0.8 @@ -29,7 +25,9 @@ post-patch: 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g ; \ s|@libdir@/locale|@prefix@/share/locale|g' -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else |