diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-02 00:03:42 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-02 00:03:42 +0800 |
commit | 17fda5509d3fc553a309b289db1bdaf96b7f0e47 (patch) | |
tree | 7897f356f70218db8c8e4072f87518020b7e8009 /mail/p5-Mail-Address-MobileJp | |
parent | ae8ae5e2f232384af8b4a0786b9393e6e136d176 (diff) | |
download | freebsd-ports-gnome-17fda5509d3fc553a309b289db1bdaf96b7f0e47.tar.gz freebsd-ports-gnome-17fda5509d3fc553a309b289db1bdaf96b7f0e47.tar.zst freebsd-ports-gnome-17fda5509d3fc553a309b289db1bdaf96b7f0e47.zip |
- add missing dependency
Observed from: ports/101182
PR: ports/101182
Diffstat (limited to 'mail/p5-Mail-Address-MobileJp')
-rw-r--r-- | mail/p5-Mail-Address-MobileJp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Address-MobileJp/Makefile b/mail/p5-Mail-Address-MobileJp/Makefile index 4c1216dfa988..9d585f417673 100644 --- a/mail/p5-Mail-Address-MobileJp/Makefile +++ b/mail/p5-Mail-Address-MobileJp/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An utility to detect an e-mail is mobile one or not -#WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_DEPENDS= ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |