diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-29 14:08:05 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-29 14:08:05 +0000 |
commit | f6ee9a036dd4a48e6495fc3af8b2e0a73d4614c8 (patch) | |
tree | d74a64b718f390bc38c66baf396c64638c8db1af /audio/p5-Audio-Beep | |
parent | 7a63deb2a8c148493b1e1d059385c58b76afef24 (diff) |
Notes
Diffstat (limited to 'audio/p5-Audio-Beep')
-rw-r--r-- | audio/p5-Audio-Beep/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile index 86019827cb37..c2bfed979081 100644 --- a/audio/p5-Audio-Beep/Makefile +++ b/audio/p5-Audio-Beep/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= A module to use your computer beeper in fancy ways +BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep +RUN_DEPENDS= beep:${PORTSDIR}/audio/beep + PERL_CONFIGURE= yes MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3 |