mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Don't polute the environment by defining WITHOUT_X11
Approved by: murray (maintainer)
This commit is contained in:
parent
f93bcc0449
commit
6c259cb30e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191821
@ -77,7 +77,11 @@ USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_PERL5_RUN= yes
|
||||
PLIST_FILES= #empty
|
||||
|
||||
DEPENDS_ARGS+= BATCH=yes WITHOUT_X11=${WITHOUT_X11}
|
||||
DEPENDS_ARGS+= BATCH=yes
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
DEPENDS_ARGS+= WITHOUT_X11=${WITHOUT_X11}
|
||||
.endif
|
||||
|
||||
message-jadetex:
|
||||
@${CAT} ${FILESDIR}/JADETEX
|
||||
|
Loading…
Reference in New Issue
Block a user