Unbreak INDEX building by adding PORTSDIR variable to RUN_DEPENDS.
This commit is contained in:
parent
feb704163e
commit
1ff7c9c8b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105397
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ RMS_LICQ_VER= 0.33
|
|||
CONSOLE_LICQ_VER= 1.2.7
|
||||
JONS_GTK_LICQ_VER= 0.20.2
|
||||
.if ${PORTNAME} != "base"
|
||||
RUN_DEPENDS+= licq:${LICQ_PORT}
|
||||
RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
|
||||
.endif
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= licq
|
||||
|
|
|
@ -8,7 +8,7 @@ RMS_LICQ_VER= 0.33
|
|||
CONSOLE_LICQ_VER= 1.2.7
|
||||
JONS_GTK_LICQ_VER= 0.20.2
|
||||
.if ${PORTNAME} != "base"
|
||||
RUN_DEPENDS+= licq:${LICQ_PORT}
|
||||
RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
|
||||
.endif
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= licq
|
||||
|
|
Loading…
Reference in a new issue