diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2003-06-18 00:15:55 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2003-06-18 00:15:55 +0000 |
commit | fefb4f4812de813c185d582f0b621b3ce325a6f5 (patch) | |
tree | 16f2323b5ca37b2976184f17c83ad0eccd6bd2f6 /net-mgmt/p5-Altoids | |
parent | ef52bdf9136a781a33c9ec7c612d9f539ed2b8bd (diff) | |
download | ports-fefb4f4812de813c185d582f0b621b3ce325a6f5.tar.gz ports-fefb4f4812de813c185d582f0b621b3ce325a6f5.zip |
remove extraneous colon
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=83198
Diffstat (limited to 'net-mgmt/p5-Altoids')
-rw-r--r-- | net-mgmt/p5-Altoids/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile index b05a2d1353a5..4626990475da 100644 --- a/net-mgmt/p5-Altoids/Makefile +++ b/net-mgmt/p5-Altoids/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org COMMENT= SNMP get/walk functionality with built-in name to OID translation -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SNMP_Session.pm::${PORTSDIR}/net/p5-SNMP_Session +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session GNU_CONFIGURE= yes |