aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2004-02-14 01:15:17 +0000
committerCy Schubert <cy@FreeBSD.org>2004-02-14 01:15:17 +0000
commitef3d02fa64fae8542269ac814369f458c6a4e037 (patch)
treec81d67f9a60d0b1baba8e8db780ece68a0dec5aa /x11-wm/fvwm2
parent2a10c1e848e092a69baf34905acf6a1795ee9d05 (diff)
downloadports-ef3d02fa64fae8542269ac814369f458c6a4e037.tar.gz
ports-ef3d02fa64fae8542269ac814369f458c6a4e037.zip
Notes
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r--x11-wm/fvwm2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 9b50b438de94..7844c5326c0f 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