diff options
Diffstat (limited to 'net/gale/Makefile')
-rw-r--r-- | net/gale/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gale/Makefile b/net/gale/Makefile index d117ae444866..3b67978c290d 100644 --- a/net/gale/Makefile +++ b/net/gale/Makefile @@ -31,10 +31,16 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |