diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:32:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:32:24 +0000 |
commit | e7ef13105eb0a217882dc681860c54d819b51473 (patch) | |
tree | 954536259fce1b5abdaca8dc00d41c16d9b17a59 /lang | |
parent | 9903ebab0c42e760d1a595548c80cedee2f2ce40 (diff) | |
download | ports-e7ef13105eb0a217882dc681860c54d819b51473.tar.gz ports-e7ef13105eb0a217882dc681860c54d819b51473.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/compaq-cc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index 71c7a7383ff9..6eb7f2a3df37 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -44,6 +44,12 @@ NO_FILTER_SHLIBS= yes NO_MTREE= yes USE_LINUX= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Broken pkg-plist on alpha 5.x" +.endif + do-install: @if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \ ${ECHO_MSG} 'AlphaLinux mode is not enabled.\ @@ -153,4 +159,4 @@ post-install: ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-docs cd ${WRKDIR} ; ex < ex.script3 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |