diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/p5-Sys-Utmp | |
parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) | |
download | ports-7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc.tar.gz ports-7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc.zip |
Notes
Diffstat (limited to 'sysutils/p5-Sys-Utmp')
-rw-r--r-- | sysutils/p5-Sys-Utmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/p5-Sys-Utmp/Makefile b/sysutils/p5-Sys-Utmp/Makefile index a0ac69cb3a77..94cda1aa7ac4 100644 --- a/sysutils/p5-Sys-Utmp/Makefile +++ b/sysutils/p5-Sys-Utmp/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= zaa@ulstu.ru COMMENT= Perl5 module which provides Object(ish) Interface to UTMP files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Utmp.3 Sys::Utmp::Utent.3 |