aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-guifications
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-07 19:49:22 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-07 19:49:22 +0000
commite46027bc6d45afb92bd6f50fc66cc5430385dd34 (patch)
treee24e66376426e2314ccc60de6229115b1dac7988 /net-im/pidgin-guifications
parent6c999b4403ab6a9c28f6ce81e3081d2d9fbc6777 (diff)
downloadports-e46027bc6d45afb92bd6f50fc66cc5430385dd34.tar.gz
ports-e46027bc6d45afb92bd6f50fc66cc5430385dd34.zip
OPTIONify
PR: ports/99510 Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=167159
Diffstat (limited to 'net-im/pidgin-guifications')
-rw-r--r--net-im/pidgin-guifications/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile
index 7324f305d9ed..3ad48ac4aa42 100644
--- a/net-im/pidgin-guifications/Makefile
+++ b/net-im/pidgin-guifications/Makefile
@@ -24,6 +24,10 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20
GNU_CONFIGURE= yes
+OPTIONS= NLS "Native Language Support" on
+
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
@@ -40,4 +44,4 @@ post-extract:
-e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>