svn commit: r321078 - head/net-mgmt/nfsen
William Grzybowski
wg at FreeBSD.org
Sun Jun 16 21:55:10 UTC 2013
Author: wg
Date: Sun Jun 16 21:55:09 2013
New Revision: 321078
URL: http://svnweb.freebsd.org/changeset/ports/321078
Log:
net-mgmt/nfsen: fix RUN_DEPENDS
- Fix RUN_DEPENDS, needs version
PR: ports/178781
Submitted by: Hung-Yi Chen <gaod at hychen.org>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Modified:
head/net-mgmt/nfsen/Makefile
Modified: head/net-mgmt/nfsen/Makefile
==============================================================================
--- head/net-mgmt/nfsen/Makefile Sun Jun 16 21:52:44 2013 (r321077)
+++ head/net-mgmt/nfsen/Makefile Sun Jun 16 21:55:09 2013 (r321078)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/BSD-license.txt
RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
- p5-Socket6:${PORTSDIR}/net/p5-Socket6 \
+ p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \
nfdump:${PORTSDIR}/net-mgmt/nfdump
USES= iconv
More information about the svn-ports-head
mailing list