diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 07:46:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 07:46:47 +0000 |
commit | 5838d092cd3bac0df55cd061101ac753685e3417 (patch) | |
tree | 221323b32445c5969d5c9a95b35fed516cb7fdfd | |
parent | - Fix install path on 9.X (diff) |
- Mark BROKEN on 9.X: does not configure
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=272587
-rw-r--r-- | www/mod_proctitle/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_proctitle/Makefile b/www/mod_proctitle/Makefile index 46faa6d850df..a2b22e853c86 100644 --- a/www/mod_proctitle/Makefile +++ b/www/mod_proctitle/Makefile @@ -29,6 +29,10 @@ CFLAGS+= -I${LOCALBASE}/include/apr-0 CFLAGS+= -I${LOCALBASE}/include/apr-1 .endif +.if ${OSVERSION} >= 900000 +BROKEN= does not configure on 9.X +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/mod_proctitle.so \ ${PREFIX}/${APACHEMODDIR}/ |