diff options
author | tobez <tobez@FreeBSD.org> | 2006-08-24 03:34:04 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-08-24 03:34:04 +0800 |
commit | f78b297bcd8e037a3b86627244448da7f74a5bd6 (patch) | |
tree | 476df03eced33e62d06315335da7cdee2e724662 /sysutils/psgconf | |
parent | 602dba41a28639470adee1e8136583d25d5bf8c9 (diff) | |
download | freebsd-ports-gnome-f78b297bcd8e037a3b86627244448da7f74a5bd6.tar.gz freebsd-ports-gnome-f78b297bcd8e037a3b86627244448da7f74a5bd6.tar.zst freebsd-ports-gnome-f78b297bcd8e037a3b86627244448da7f74a5bd6.zip |
NetAddr/IP.pm has changed its location after the last update.
Chase dependent ports and specify the dependency using "package
dependency" syntax which is immune to such changes.
No portrevision bumps.
Reported by: krismail
Pointy hat to: tobez
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 \ |