diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:47:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:47:46 +0000 |
commit | 7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 (patch) | |
tree | 2b79da66f460b2ce052979250e49c8865277ad58 /www/larbin | |
parent | 86c64bf64cb38aaa19609afd4cbe2e170ea3d350 (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118258
Diffstat (limited to 'www/larbin')
-rw-r--r-- | www/larbin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile index dc61bb357ca1..36a39eb9665b 100644 --- a/www/larbin/Makefile +++ b/www/larbin/Makefile @@ -24,6 +24,12 @@ USE_REINPLACE= yes PATCH_WRKSRC= ${WRKSRC}/src MAKE_ARGS= CXX=${CXX} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${SED} -e 's,CC=,CC?=,' -e 's,CFLAGS=-O3,CFLAGS+=,' < \ ${WRKSRC}/adns/Makefile > ${WRKSRC}/adns/Makefile.new @@ -59,4 +65,4 @@ post-install: @${ECHO} "" @${ECHO} "=====================================================================" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |