diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-11 20:56:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-11 20:56:38 +0000 |
commit | 6b47948a7d018bd8dddec2373bd7e1900304eece (patch) | |
tree | 897076950a763eed58da59a1d03344c92a3f4861 /print | |
parent | 32492222de3ff69496446bd2b1850d14b2aabe11 (diff) |
Whatever you do, ${PORTSDIR} always creeps in depends.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=423796
Diffstat (limited to 'print')
-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 48af6f494b1b..b0d7acd18ffb 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -82,9 +82,9 @@ PSUFX= -letter PSUFX= -letterdj .endif .if !empty(PORT_OPTIONS:MHPIJS) -RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs +RUN_DEPENDS+= hpijs:print/hpijs .elif !empty(PORT_OPTIONS:MHPLIP) -RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hplip +RUN_DEPENDS+= hpijs:print/hplip .endif _DEPENDS_ASCII= a2ps:print/a2ps \ |