diff options
-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 |