diff options
Diffstat (limited to 'x11-wm/fvwm2/Makefile')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 9b50b43..7844c53 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -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 |