mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Fix the INDEX
Seems that the ports is mostly happy with omitting ${PORTSDIR} from dependency lines, but the INDEX builder isn't.
This commit is contained in:
parent
c73d7f6c54
commit
365d01f613
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397535
@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= Send syslog messages over TCP, UDP, or UNIX sockets
|
||||
|
||||
RUN_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \
|
||||
p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
|
||||
BUILD_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \
|
||||
p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
|
||||
RUN_DEPENDS= p5-IO-Socket-IP>=0.19:${PORTSDIR}/net/p5-IO-Socket-IP \
|
||||
p5-Log-Syslog-Constants>-1.01:${PORTSDIR}/sysutils/p5-Log-Syslog-Constants
|
||||
BUILD_DEPENDS= p5-IO-Socket-IP>=0.19:${PORTSDIR}/net/p5-IO-Socket-IP \
|
||||
p5-Log-Syslog-Constants>-1.01:${PORTSDIR}/sysutils/p5-Log-Syslog-Constants
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
Loading…
Reference in New Issue
Block a user