Date: Sat, 7 Jun 2014 16:06:11 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356920 - head/net-mgmt/mrtg Message-ID: <201406071606.s57G6Blf089969@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071606.s57G6Blf089969>