diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-08 03:49:22 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-08 03:49:22 +0800 |
commit | d1ee24785a40a7f4f72db1f444dbf32c2f681a42 (patch) | |
tree | 379489ab9ab32046301fae5d9680fca7026d0dab /net-im | |
parent | 3bf679f4434f6b91cafbeee1f58558405abbcc22 (diff) | |
download | freebsd-ports-graphics-d1ee24785a40a7f4f72db1f444dbf32c2f681a42.tar.gz freebsd-ports-graphics-d1ee24785a40a7f4f72db1f444dbf32c2f681a42.tar.zst freebsd-ports-graphics-d1ee24785a40a7f4f72db1f444dbf32c2f681a42.zip |
OPTIONify
PR: ports/99510
Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su>
Reviewed by: maintainer
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-guifications/Makefile | 6 | ||||
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile index 7324f305d9e..3ad48ac4aa4 100644 --- a/net-im/gaim-guifications/Makefile +++ b/net-im/gaim-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> diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 7324f305d9e..3ad48ac4aa4 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> |