Other ports, e.g. fvwm2-i18n, reference this port. Make LATEST_LINK
unique in all cases. This port and fvwm (first version) shared the same LATEST_LINK. Fix this instance.
This commit is contained in:
parent
2a10c1e848
commit
ef3d02fa64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100887
@ -22,7 +22,12 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
|
||||
.endif
|
||||
|
||||
LATEST_LINK= ${PORTNAME}
|
||||
# Other ports reference this port's Makefile
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
.else
|
||||
LATEST_LINK= ${PORTNAME}2
|
||||
.endif
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XPM= yes
|
||||
|
@ -22,7 +22,12 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
|
||||
.endif
|
||||
|
||||
LATEST_LINK= ${PORTNAME}
|
||||
# Other ports reference this port's Makefile
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
.else
|
||||
LATEST_LINK= ${PORTNAME}2
|
||||
.endif
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XPM= yes
|
||||
|
Loading…
Reference in New Issue
Block a user