diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-30 14:57:57 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-30 14:57:57 +0000 |
commit | 853583ea7c1fcb67bc52be09d75bf6d3e23d6bc7 (patch) | |
tree | 3698f3b9a51aa4b2758a36370a99d85cef49c5a3 /net | |
parent | Add cycle 0.3.0, a calendar for women. (diff) |
Add forgotten USE_PERL5.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=138244
Diffstat (limited to 'net')
-rw-r--r-- | net/jabber-users-agent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/jabber-users-agent/Makefile b/net/jabber-users-agent/Makefile index 8be0eb52cedc..bbb32f9883c6 100644 --- a/net/jabber-users-agent/Makefile +++ b/net/jabber-users-agent/Makefile @@ -20,6 +20,7 @@ STRIP= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INST_DIR= ${PREFIX}/lib/jabber/${PORTNAME} PORTDOCS= README INSTALL +USE_PERL5= yes USE_RC_SUBR= jabber-users-agent.sh SUB_LIST+= PERL=${PERL} |