mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Variable GSPORT is recursive.
PR: 60532 Submitted by: leeym Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
ba1fc31d49
commit
d24ed08726
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97674
@ -55,7 +55,7 @@ GSPORT?= print/ghostscript-gnu
|
||||
#
|
||||
# ps emulator
|
||||
.if defined(WITHOUT_X11)
|
||||
GSPORT= ${GSPORT}-nox11
|
||||
GSPORT:= ${GSPORT}-nox11
|
||||
.endif
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT}
|
||||
# all needed decompression utilities
|
||||
@ -106,7 +106,7 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
|
||||
#
|
||||
# ps emulator
|
||||
.if defined(WITHOUT_X11)
|
||||
GSPORT= ${GSPORT}-nox11
|
||||
GSPORT:= ${GSPORT}-nox11
|
||||
.endif
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT}
|
||||
# most important "xxx to ps" filter utilities
|
||||
|
Loading…
Reference in New Issue
Block a user