diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 16:46:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 16:46:44 +0000 |
commit | b127085938fe72f3148924c4b4c80f1f1dde0309 (patch) | |
tree | 23055e318128efd26311a86b1d4cc5dd713ec48a /devel/p5-SVN-Notify-Snapshot | |
parent | 73c5e38ae74e00af4f901940b56b605500c26936 (diff) |
Notes
Diffstat (limited to 'devel/p5-SVN-Notify-Snapshot')
-rw-r--r-- | devel/p5-SVN-Notify-Snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-SVN-Notify-Snapshot/Makefile b/devel/p5-SVN-Notify-Snapshot/Makefile index 2b72fa74f2a9..14eaeaa540b5 100644 --- a/devel/p5-SVN-Notify-Snapshot/Makefile +++ b/devel/p5-SVN-Notify-Snapshot/Makefile @@ -19,14 +19,14 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify OPTIONS= CONFIG "Enable YAML syntax for post-commit hook" Off +PERL_MODBUILD= yes + .include <bsd.port.pre.mk> .if defined(WITH_CONFIG) BUILD_DEPENDS+= ${SITE_PERL}/SVN/Notify/Config.pm:${PORTSDIR}/devel/p5-SVN-Notify-Config .endif -PERL_MODBUILD= yes - MAN3= SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3 .include <bsd.port.post.mk> |