diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
commit | de5b609b0d3292e9ad59f2489772915d914cb794 (patch) | |
tree | 518345fe80bb0f4dcdc2abd2bd9b644965bf03be /sysutils/psgconf | |
parent | 52290936ce281e8d0905d7dee7b04e10d1a7dcbd (diff) | |
download | ports-de5b609b0d3292e9ad59f2489772915d914cb794.tar.gz ports-de5b609b0d3292e9ad59f2489772915d914cb794.zip |
Notes
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index a973f615ed22..41b30455caa5 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -15,7 +15,7 @@ COMMENT= Controls system configuration BUILD_DEPENDS= ${SITE_PERL}/Config/Objective.pm:${PORTSDIR}/devel/p5-Config-Objective \ ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ - ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ + p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable/Process.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \ ${SITE_PERL}/${PERL_ARCH}/Unix/Mknod.pm:${PORTSDIR}/sysutils/p5-Unix-Mknod \ ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ |