diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-07 19:49:22 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-07 19:49:22 +0000 |
commit | e46027bc6d45afb92bd6f50fc66cc5430385dd34 (patch) | |
tree | e24e66376426e2314ccc60de6229115b1dac7988 /net-im | |
parent | 6c999b4403ab6a9c28f6ce81e3081d2d9fbc6777 (diff) |
Notes
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 7324f305d9ed..3ad48ac4aa42 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 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> |