diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/asr-utils | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200792
Diffstat (limited to 'sysutils/asr-utils')
-rw-r--r-- | sysutils/asr-utils/Makefile | 10 |
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> |