diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 23:22:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 23:22:33 +0800 |
commit | 542fc866c4c8a722a822fe50c7b3ad9db8c9c54a (patch) | |
tree | 97b2aadb613e01dd33c54244ac260af8f6aa936f | |
parent | 5fe854714390ee25dd99438ee037f20eaa938a3b (diff) | |
download | freebsd-ports-gnome-542fc866c4c8a722a822fe50c7b3ad9db8c9c54a.tar.gz freebsd-ports-gnome-542fc866c4c8a722a822fe50c7b3ad9db8c9c54a.tar.zst freebsd-ports-gnome-542fc866c4c8a722a822fe50c7b3ad9db8c9c54a.zip |
Fix typo
-rw-r--r-- | devel/p5-Net-DBus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile index e7bd76877bea..e31adb960dc6 100644 --- a/devel/p5-Net-DBus/Makefile +++ b/devel/p5-Net-DBus/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes USES= pkgconfig perl5 -USES_PERL5= configure +USE_PERL5= configure MAN3= Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \ Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \ |