diff options
Diffstat (limited to 'devel/p5-SVN-Notify-Snapshot/Makefile')
-rw-r--r-- | devel/p5-SVN-Notify-Snapshot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-SVN-Notify-Snapshot/Makefile b/devel/p5-SVN-Notify-Snapshot/Makefile index 865d6b76c180..e1843d5e52aa 100644 --- a/devel/p5-SVN-Notify-Snapshot/Makefile +++ b/devel/p5-SVN-Notify-Snapshot/Makefile @@ -14,8 +14,8 @@ COMMENT= Take snapshots from Subversion activity LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify -RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify +BUILD_DEPENDS= ${LOCALBASE}/bin/svnnotify:devel/p5-SVN-Notify +RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:devel/p5-SVN-Notify OPTIONS_DEFINE= CONFIG CONFIG_DESC= Enable YAML syntax for post-commit hook @@ -23,7 +23,7 @@ CONFIG_DESC= Enable YAML syntax for post-commit hook USES= perl5 USE_PERL5= modbuild -CONFIG_BUILD_DEPENDS= p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config -CONFIG_RUN_DEPENDS= p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config +CONFIG_BUILD_DEPENDS= p5-SVN-Notify-Config>=0:devel/p5-SVN-Notify-Config +CONFIG_RUN_DEPENDS= p5-SVN-Notify-Config>=0:devel/p5-SVN-Notify-Config .include <bsd.port.mk> |