* add stage support

* correct use of LIB_DEPENDS
* reduce MASTER_SITES

PR:		190910
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2014-06-14 06:02:26 +00:00
parent b0507c8810
commit 294ea8e2d5
2 changed files with 16 additions and 7 deletions

View File

@ -3,16 +3,15 @@
PORTNAME= ibus-m17n PORTNAME= ibus-m17n
PORTVERSION= 1.3.3 PORTVERSION= 1.3.3
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
http://anthesphoria.net/FreeBSD/ports/distfiles/
MAINTAINER= nikola.lecic@anthesphoria.net MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= The m17n IMEngine for IBus framework COMMENT= The m17n IMEngine for IBus framework
LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus \ LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus \
m17n.4:${PORTSDIR}/devel/m17n-lib libm17n.so:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
PROJECTHOST= ibus PROJECTHOST= ibus
@ -20,8 +19,6 @@ PROJECTHOST= ibus
USES= gmake pkgconfig USES= gmake pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
NO_STAGE= yes
OPTIONS_DEFINE= NLS OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View File

@ -0,0 +1,12 @@
--- configure~ 2011-08-29 10:42:34.000000000 +0200
+++ configure 2014-06-10 04:25:05.000000000 +0400
@@ -18273,8 +18273,7 @@
fi
fi
- if test "$gt_use_preinstalled_gnugettext" = "yes" \
- || test "$nls_cv_use_gnu_gettext" = "yes"; then
+ if test "$USE_NLS" = "yes"; then
$as_echo "#define ENABLE_NLS 1" >>confdefs.h