IGNORE when XFREE86_VERSION > 3, since dgs is included in XFree86
This commit is contained in:
parent
d91d136ccf
commit
cd7d3ae6bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107294
1 changed files with 7 additions and 1 deletions
|
@ -35,6 +35,12 @@ MANN= dpsexec.man makepsres.man xepsf.man
|
|||
.error You have `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} > 3
|
||||
IGNORE= "is included in XFree86 4.x and above"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
|
||||
@${ECHO} ""
|
||||
|
@ -47,4 +53,4 @@ pre-patch:
|
|||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|manm|mann|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue