svn commit: r356920 - head/net-mgmt/mrtg
Kurt Jaeger
pi at FreeBSD.org
Sat Jun 7 16:06:11 UTC 2014
Author: pi
Date: Sat Jun 7 16:06:11 2014
New Revision: 356920
URL: http://svnweb.freebsd.org/changeset/ports/356920
QAT: https://qat.redports.org/buildarchive/r356920/
Log:
net-mgmt/mrtg: fixed shebang, LIB_DEPENDS
Approved by: mentors (implicit), portmgr (blanket)
Modified:
head/net-mgmt/mrtg/Makefile
Modified: head/net-mgmt/mrtg/Makefile
==============================================================================
--- head/net-mgmt/mrtg/Makefile Sat Jun 7 15:57:58 2014 (r356919)
+++ head/net-mgmt/mrtg/Makefile Sat Jun 7 16:06:11 2014 (r356920)
@@ -17,7 +17,7 @@ COMMENT= The multi-router traffic graphe
# 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=${LOCALBAS
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
More information about the svn-ports-all
mailing list