View | Details | Raw Unified | Return to bug 147135
Collapse All | Expand All

(-)net-im/ejabberd/Makefile (-1 / +6 lines)
Lines 24-30 Link Here
24
USE_RC_SUBR=	${PORTNAME}
24
USE_RC_SUBR=	${PORTNAME}
25
NOPRECIOUSMAKEVARS=	yes
25
NOPRECIOUSMAKEVARS=	yes
26
26
27
OPTIONS=	ODBC	"Enable ODBC support"		off
27
OPTIONS=	ODBC	"Enable ODBC support"		off \
28
		EXMPP	"Force depend on textproc/exmpp"	off
28
29
29
MAKE_ENV=	PORTVERSION=${PORTVERSION}
30
MAKE_ENV=	PORTVERSION=${PORTVERSION}
30
CONFIGURE_ARGS+=--localstatedir=/var
31
CONFIGURE_ARGS+=--localstatedir=/var
Lines 44-49 Link Here
44
PLIST_SUB+=	ODBC="@comment "
45
PLIST_SUB+=	ODBC="@comment "
45
.endif
46
.endif
46
47
48
.if defined(WITH_EXMPP)
49
RUN_DEPENDS+=	${LOCALBASE}/lib/erlang/lib/exmpp-*/ebin/exmpp.app:${PORTSDIR}/textproc/exmpp
50
.endif
51
47
post-install:
52
post-install:
48
	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
53
	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
49
	${FIND} ${PREFIX}/lib/erlang/lib/${DISTNAME} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE}
54
	${FIND} ${PREFIX}/lib/erlang/lib/${DISTNAME} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE}

Return to bug 147135