summaryrefslogtreecommitdiffstats
path: root/mail/listmanager
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-04 07:13:16 +0000
committermarcus <marcus@FreeBSD.org>2004-10-04 07:13:16 +0000
commitf42ddef20b993478130341cfd826d0de1b4d41be (patch)
treefbe1861379ea41e249050aad3dfc83ae58e0ae01 /mail/listmanager
parent442bf9c7ed8905bd05053842b44ceae95fea8c44 (diff)
downloadFreeBSD-ports-f42ddef20b993478130341cfd826d0de1b4d41be.zip
FreeBSD-ports-f42ddef20b993478130341cfd826d0de1b4d41be.tar.gz
Add a dependency on compat4x if building on 5.X systems or higher.
Reported by: kris Approved by: portmgr (implicit)
Diffstat (limited to 'mail/listmanager')
-rw-r--r--mail/listmanager/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/listmanager/Makefile b/mail/listmanager/Makefile
index a38ce5a..23a3814 100644
--- a/mail/listmanager/Makefile
+++ b/mail/listmanager/Makefile
@@ -15,6 +15,10 @@ DIST_SUBDIR= ${PORTNAME}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+.endif
+
.if ${OSVERSION} >= 440000
EXTRACT_SUFX= .freebsd44
.else
OpenPOWER on IntegriCloud