aboutsummaryrefslogtreecommitdiff
path: root/sysutils/asr-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/asr-utils/Makefile')
-rw-r--r--sysutils/asr-utils/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/asr-utils/Makefile b/sysutils/asr-utils/Makefile
index dbf377cdc66b..57dab9435f1a 100644
--- a/sysutils/asr-utils/Makefile
+++ b/sysutils/asr-utils/Makefile
@@ -18,6 +18,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
COMMENT= Adaptec ASR RAID Management Software
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes
@@ -35,12 +37,6 @@ PLIST_SUB+= LIBXM=""
PLIST_SUB+= LIBXM="@comment "
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
-.endif
-
.ifndef (WITHOUT_X11)
PLIST_SUB+= X11=""
do-build:
@@ -75,4 +71,4 @@ do-install:
post-install:
@${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>