mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix problem on -CURRENT.
PR: 26066 Submitted by: MAINTAINER
This commit is contained in:
parent
bddf7a3c91
commit
980af03d6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40352
@ -18,9 +18,15 @@ MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= DEFINE="-I${FILESDIR}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500007
|
||||
CONFIGURE_ARGS+= POLLUTE=1
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/DBZ_File
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= DBZ_File.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user