mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
net-mgmt/mrtg: fixed shebang, LIB_DEPENDS
Approved by: mentors (implicit), portmgr (blanket)
This commit is contained in:
parent
15a03a92f6
commit
3dbde93588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356920
@ -17,7 +17,7 @@ COMMENT= The multi-router traffic grapher
|
||||
# slave ports override with languages specific gd
|
||||
GD_PORT?= graphics/gd
|
||||
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/${GD_PORT}
|
||||
LIB_DEPENDS= libgd.so:${PORTSDIR}/${GD_PORT}
|
||||
RUN_DEPENDS= p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session
|
||||
|
||||
CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
|
||||
@ -26,9 +26,10 @@ CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
|
||||
USERS= mrtg
|
||||
GROUPS= mrtg
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
MAKE_ENV+= PERL=${PERL}
|
||||
MRTG_RUNDIR?= /var/run/mrtg
|
||||
SHEBANG_FILES= bin/mrtg-traffic-sum
|
||||
|
||||
USE_RC_SUBR= mrtg_daemon
|
||||
SUB_FILES= pkg-deinstall pkg-install pkg-message
|
||||
|
Loading…
Reference in New Issue
Block a user