diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
commit | 08f342435d49d94edb5d5780db619af89e7f3038 (patch) | |
tree | e40af42880ba18d7a3f8182977ac3694849fcd35 /www/p5-RT-Extension-LDAPImport | |
parent | 8c574fc8e99bf7925d457cd82c1b398343d36dfb (diff) |
Notes
Diffstat (limited to 'www/p5-RT-Extension-LDAPImport')
-rw-r--r-- | www/p5-RT-Extension-LDAPImport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile index f7b7eb582523..27ed1f998de0 100644 --- a/www/p5-RT-Extension-LDAPImport/Makefile +++ b/www/p5-RT-Extension-LDAPImport/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes + USES+= perl5 USE_PERL5= configure @@ -47,7 +49,7 @@ MAN3PREFIX= ${PREFIX} PLIST_SUB+= RTHOME=share/rt${RT_VER} # Note: You can install using an arbitrary $PREFIX but only if it -# matches the $PREFIX used to install www/rt{38,40}. Hence ignore +# matches the $PREFIX used to install www/rt{38,40,42}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ |