diff options
author | billf <billf@FreeBSD.org> | 2003-06-18 00:15:55 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2003-06-18 00:15:55 +0000 |
commit | b1bea4fb83d9e4ca9fb72084d7e24ab87e122d84 (patch) | |
tree | 56f869804afbb5de1c4eeae773fe272fed1f5aff /net/p5-Altoids | |
parent | 6bd5e7d306a654d05c99b1a793c6b8de401f6d07 (diff) | |
download | FreeBSD-ports-b1bea4fb83d9e4ca9fb72084d7e24ab87e122d84.zip FreeBSD-ports-b1bea4fb83d9e4ca9fb72084d7e24ab87e122d84.tar.gz |
remove extraneous colon
Submitted by: kris
Diffstat (limited to 'net/p5-Altoids')
-rw-r--r-- | net/p5-Altoids/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Altoids/Makefile b/net/p5-Altoids/Makefile index b05a2d1..4626990 100644 --- a/net/p5-Altoids/Makefile +++ b/net/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 |