diff options
-rw-r--r-- | print/apsfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index a4e4a5cd97df..4b97b799d10c 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -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 |